Ha Thach
Ha Thach
> FYI: > > ESP32 appears to be hard-coded to only allow writes to the `ota1` partition. > > Moreover, the offset stored in existing `.uf2` files is a **_relative...
thanks for the reply, I am well aware this is burn into rom and a fix will need a re-fab or some sort. I have already implement and walkaround for...
as mentioned in the comment of the code, I encountered some issue with double buffered in out endpoints. It is only a technical issues and fixable, but I don't have...
bulk endpoint for host on rp2040 is not supported yet. Please wait until it is implemented
there is no issue with either rp2040 or TinyUSB. There is only issue with time or lack of it.
> @liamfraser , I probably need to tweak the README.md language for clarity. I was originally going to link directly to CMSIS_5, but then realized when testing the instructions that...
I cannot tell, I never reproduce this issue, it probably purely physical/hw issue. If you could reproduce it, please try with the PR to see if that helps.
@v9938 this is started as physical issue since your mouse `connected --> disconnected --> connected`. However, as a good stack, TinyUSB should have handled this scenario. So yeah, it is...
@v9938 thank you for your willingness, though it is not really necessary, issue like this one will likely be fixed when host stack is improved over time. It is device-specific...
you may want to try out https://github.com/hathach/tinyusb/pull/1193 , it probably fixes your issue.