summaryrefslogtreecommitdiff
path: root/shared/tinyusb/mp_usbd_runtime.c
AgeCommit message (Expand)Author
2024-09-26shared/tinyusb: Use new persistent-tx-fifo configure interface.Damien George
2024-09-19shared/tinyusb: Only run TinyUSB on the main thread if GIL is disabled.Angus Gratton
2024-06-26shared/tinyusb/mp_usbd_runtime: Fix pointer comparison in assert.Peter Harper
2024-05-09shared/tinyusb: Stall the CDC IN endpoint while disconnecting.Angus Gratton
2024-04-17shared/tinyusb: Fix dynamic USB control callbacks for wLength==0.Angus Gratton
2024-03-27shared/tinyusb: Update some code comments for runtime USB.Angus Gratton
2024-03-27shared/tinyusb: Don't disconnect on soft reset unless USB was active.Angus Gratton
2024-03-15extmod/machine_usb_device: Add support for Python USB devices.Angus Gratton