This website requires JavaScript.
Explore
Help
Sign In
andy
/
tinyUSB
Watch
1
Star
0
Fork
0
You've already forked tinyUSB
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
9bccc8068baf6efef0bd040ec5238369c0a03c0f
tinyUSB
/
src
/
portable
/
raspberrypi
/
rp2040
History
Liam Fraser
e692fa9ae4
RP2040 HCD: Move invalid ep->active assert in hw_trans_complete. The check for ep->active should only happen if a setup packet was just sent. Otherwise the transaction is handled in hw_handle_buff_status.
2021-11-05 09:39:31 +00:00
..
dcd_rp2040.c
remove ep descriptor wMaxPacketSize bitfield due to endian issue
2021-10-24 13:11:21 +07:00
hcd_rp2040.c
RP2040 HCD: Move invalid ep->active assert in hw_trans_complete. The check for ep->active should only happen if a setup packet was just sent. Otherwise the transaction is handled in hw_handle_buff_status.
2021-11-05 09:39:31 +00:00
rp2040_usb.c
More warning cleanup
2021-10-14 15:23:26 -05:00
rp2040_usb.h
rp2040 implement dcd_edpt_close_all()
2021-09-01 19:44:12 +07:00