- 22f1d76 shared/tinyusb: Use device event hook to schedule USB task. by Angus Gratton · 3 months ago
- c55202d shared/tinyusb: Set MSC max endpoint size based on device speed. by iabdalkader · 8 months ago
- 548f88d shared/tinyusb: Wake main task if needed at end of USB ISR. by Andrew Leech · 1 year ago
- 5ae622e esp32: Add automatic bootloader handling for S2 and S3. by Andrew Leech · 1 year, 2 months ago
- 641f600 shared/tinyusb: Remove MICROPY_HW_USB_EXTERNAL_TINYUSB. by Andrew Leech · 1 year, 3 months ago
- b0ba151 shared/tinyusb: Use new persistent-tx-fifo configure interface. by Damien George · 12 months ago
- 5d8878b shared/tinyusb: Only run TinyUSB on the main thread if GIL is disabled. by Angus Gratton · 11 months ago
- 706e09d shared/tinyusb: Allow ports to define CDC TX/RX buffer sizes. by iabdalkader · 12 months ago
- a734ee9 shared/tinyusb/mp_usbd_cdc: Skip writing to an uninitialized USB device. by robert-hh · 1 year, 1 month ago
- 880f7bc shared/tinyusb/mp_usbd_cdc: Fix short CDC TX timeouts. by Damien George · 1 year, 1 month ago
- 9111fa5 shared/tinyusb/mp_usbd_runtime: Fix pointer comparison in assert. by Peter Harper · 1 year, 2 months ago
- 8809ae7 shared/tinyusb: Buffer startup CDC data to send to host on connection. by Andrew Leech · 1 year, 3 months ago
- 84a8f7e shared/tinyusb: Allow ports to use 1200bps-touch without other CDC code. by Damien George · 1 year, 2 months ago
- c98789a shared/tinyusb: Add common CDC TX/RX functions. by Andrew Leech · 1 year, 3 months ago
- 9a43989 shared/tinyusb: Stall the CDC IN endpoint while disconnecting. by Angus Gratton · 1 year, 3 months ago
- d11ca09 shared/tinyusb: Fix dynamic USB control callbacks for wLength==0. by Angus Gratton · 1 year, 4 months ago
- 35e8d18 shared/tinyusb: Increase default string descr max length to 40 chars. by Damien George · 1 year, 4 months ago
- 0f16ae9 shared/tinyusb: Update some code comments for runtime USB. by Angus Gratton · 1 year, 4 months ago
- 935f539 shared/tinyusb: Don't disconnect on soft reset unless USB was active. by Angus Gratton · 1 year, 4 months ago
- 9d0d262 extmod/machine_usb_device: Add support for Python USB devices. by Angus Gratton · 1 year, 9 months ago
- decf8e6 all: Remove the "STATIC" macro and just use "static" instead. by Angus Gratton · 1 year, 5 months ago
- 00ba6aa ports: On cold boot, enable USB after boot.py completes. by Angus Gratton · 1 year, 7 months ago
- 48b5a7b extmod/modmachine: Provide common Python bindings for bootloader(). by Damien George · 1 year, 9 months ago
- f567a92 shared/tinyusb: Add a helper for hex string conversion. by Angus Gratton · 1 year, 9 months ago
- d46dc5e shared/tinyusb: Expose mp_usbd_task as a public function. by Damien George · 1 year, 9 months ago
- 2d363a2 shared/tinyusb: Schedule TinyUSB task function from dcd_event_handler. by Angus Gratton · 1 year, 10 months ago
- da6f1e1 rp2/msc_disk: Allow configuring the USB MSC inquiry response. by Jim Mussared · 2 years ago
- 0a3264b shared/tinyusb: Support HS endpoint sizes. by iabdalkader · 2 years, 4 months ago
- e078475 shared/tinyusb: Avoid symbol clash on targets with external TinyUSB. by Luca Burelli · 2 years, 1 month ago
- b1229ef all: Fix spelling mistakes based on codespell check. by Damien George · 2 years, 5 months ago
- ec1eecc shared/tinyusb: Revert setting of CFG_TUD_CDC_EP_BUFSIZE to 256. by Damien George · 2 years, 4 months ago
- 783ddfc shared/tinyusb: Allow max USB descriptor string to be configured. by Damien George · 2 years, 4 months ago
- be686e6 rp2: Allow disabling USB via MICROPY_HW_ENABLE_USBDEV config. by robert-hh · 2 years, 5 months ago
- dbb0019 shared/tinyusb: Fix CDC bNumInterfaces value. by Damien George · 2 years, 9 months ago
- c8913fd rp2: Allow enabling USB device without enabling USB-CDC. by Angus Gratton · 2 years, 9 months ago
- 2e6e530 shared/tinyusb: Further refactor static USB device implementation. by Angus Gratton · 2 years, 10 months ago
- eed4eb2 shared/tinyusb: Create common TinyUSB code for reuse by ports. by Blake Felt · 2 years, 11 months ago