summaryrefslogtreecommitdiffstatshomepage
path: root/shared/tinyusb
Commit message (Expand)AuthorAge
* shared/tinyusb: Set MSC max endpoint size based on device speed.iabdalkader2024-12-10
* shared/tinyusb: Wake main task if needed at end of USB ISR.Andrew Leech2024-10-07
* esp32: Add automatic bootloader handling for S2 and S3.Andrew Leech2024-10-07
* shared/tinyusb: Remove MICROPY_HW_USB_EXTERNAL_TINYUSB.Andrew Leech2024-10-07
* shared/tinyusb: Use new persistent-tx-fifo configure interface.Damien George2024-09-26
* shared/tinyusb: Only run TinyUSB on the main thread if GIL is disabled.Angus Gratton2024-09-19
* shared/tinyusb: Allow ports to define CDC TX/RX buffer sizes.iabdalkader2024-08-26
* shared/tinyusb/mp_usbd_cdc: Skip writing to an uninitialized USB device.robert-hh2024-07-20
* shared/tinyusb/mp_usbd_cdc: Fix short CDC TX timeouts.Damien George2024-06-26
* shared/tinyusb/mp_usbd_runtime: Fix pointer comparison in assert.Peter Harper2024-06-26
* shared/tinyusb: Buffer startup CDC data to send to host on connection.Andrew Leech2024-06-04
* shared/tinyusb: Allow ports to use 1200bps-touch without other CDC code.Damien George2024-06-02
* shared/tinyusb: Add common CDC TX/RX functions.Andrew Leech2024-05-31
* shared/tinyusb: Stall the CDC IN endpoint while disconnecting.Angus Gratton2024-05-09
* shared/tinyusb: Fix dynamic USB control callbacks for wLength==0.Angus Gratton2024-04-17
* shared/tinyusb: Increase default string descr max length to 40 chars.Damien George2024-03-27
* shared/tinyusb: Update some code comments for runtime USB.Angus Gratton2024-03-27
* shared/tinyusb: Don't disconnect on soft reset unless USB was active.Angus Gratton2024-03-27
* extmod/machine_usb_device: Add support for Python USB devices.Angus Gratton2024-03-15
* all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton2024-03-07
* ports: On cold boot, enable USB after boot.py completes.Angus Gratton2024-02-15
* extmod/modmachine: Provide common Python bindings for bootloader().Damien George2023-11-30
* shared/tinyusb: Add a helper for hex string conversion.Angus Gratton2023-11-16
* shared/tinyusb: Expose mp_usbd_task as a public function.Damien George2023-11-09
* shared/tinyusb: Schedule TinyUSB task function from dcd_event_handler.Angus Gratton2023-11-09
* rp2/msc_disk: Allow configuring the USB MSC inquiry response.Jim Mussared2023-09-29
* shared/tinyusb: Support HS endpoint sizes.iabdalkader2023-09-14
* shared/tinyusb: Avoid symbol clash on targets with external TinyUSB.Luca Burelli2023-07-20
* all: Fix spelling mistakes based on codespell check.Damien George2023-04-27
* shared/tinyusb: Revert setting of CFG_TUD_CDC_EP_BUFSIZE to 256.Damien George2023-04-21
* shared/tinyusb: Allow max USB descriptor string to be configured.Damien George2023-04-04
* rp2: Allow disabling USB via MICROPY_HW_ENABLE_USBDEV config.robert-hh2023-03-20
* shared/tinyusb: Fix CDC bNumInterfaces value.Damien George2022-11-14
* rp2: Allow enabling USB device without enabling USB-CDC.Angus Gratton2022-11-11
* shared/tinyusb: Further refactor static USB device implementation.Angus Gratton2022-11-11
* shared/tinyusb: Create common TinyUSB code for reuse by ports.Blake Felt2022-11-11