sekigon-gonnoc / Pico-PIO-USB

USB host/device implementation using PIO of raspberry pi pico (RP2040).
MIT License
1.32k stars 137 forks source link

💡[FEATURE] Add device mode tests cases to test_ll.c #139

Open eriklundh opened 2 weeks ago

eriklundh commented 2 weeks ago

I have been struggling with getting my device mode HID devices working with Pico-PIO-USB 0.6.x - with both Pico-SDK 1.5.1 and 2.0
I backtracked and tested examples/usb_device.c, which did not work. Issue #127 indicates that device mode might not work with 0.6.x single PIO code. It would be useful if there were any (documented) device mode tests in test_ll.c