Liam Fraser
Liam Fraser
@kilograham tested this for device and host using pico_sdk branch upgrade_tinyusb
I don't have access to any other programmers unfortunately. I think having a slower default that works in all cases would be a better option. Then if people are finding...
Do this as a separate submodule
tinyusb-src does not pull in pio usb, so we would have to pull that in somehow
This issue is outdated now, as tinyusb has removed submodules from the repo in favour of a custom dependency management tool
@michaelstoops this looks really good. Thanks for your hard work. The original was just something I whipped up to stop mistakes when people were following the written instructions. From our...
The SETUP packet does not clear EP0's stall bits directly. This would have been tricky to implement because the stall bits come from a memory rather than a register. Instead,...
The bus reset is issued automatically by the USB Host's "line state" state machine. This is the state machine that detects when a device is connected, issues a bus reset...
Trans complete is also raised on a short packet. So if you said you were going to receive 64 bytes and received less than that, trans complete is raised. For...
Yep, I can get this done. It's easier to update in bulk so let's document the outcome of your #387 issue also.