micropython/shared/tinyusb
Damien George 207562dfab shared/tinyusb: Remove macro guard for tx_overwritabe_if_not_connected.
It's now available in the version of TinyUSB used by this repository.

Also, update to the newer `tud_cdc_configure_t` struct name and newer
`tud_cdc_configure()` function name.

Signed-off-by: Damien George <damien@micropython.org>
2025-11-24 12:46:20 +11:00
..
mp_usbd_cdc.c shared/tinyusb: Add macro to override TinyUSB callbacks. 2025-11-24 12:19:12 +11:00
mp_usbd_cdc.h shared/tinyusb: Add macro to override TinyUSB callbacks. 2025-11-24 12:19:12 +11:00
mp_usbd_descriptor.c shared/tinyusb: Set MSC max endpoint size based on device speed. 2024-12-10 10:26:27 +11:00
mp_usbd_runtime.c shared/tinyusb: Fix build errors with CDC support disabled. 2025-09-09 10:29:38 +10:00
mp_usbd.c shared/tinyusb: Add macro to override TinyUSB callbacks. 2025-11-24 12:19:12 +11:00
mp_usbd.h shared/tinyusb: Remove macro guard for tx_overwritabe_if_not_connected. 2025-11-24 12:46:20 +11:00
tusb_config.h shared/tinyusb: Use new persistent-tx-fifo configure interface. 2024-09-26 23:13:50 +10:00