micropython/shared/tinyusb
iabdalkader db8273def8 shared/tinyusb: Add macro to override TinyUSB callbacks.
Add wrapper macros that by default expand to the callback name.
Users can define this macro to add a prefix (e.g., mp_) to
callback implementations, to redirect or completely override
MicroPython's TinyUSB callbacks.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-11-24 12:19:12 +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: Add macro to override TinyUSB callbacks. 2025-11-24 12:19:12 +11:00
tusb_config.h shared/tinyusb: Use new persistent-tx-fifo configure interface. 2024-09-26 23:13:50 +10:00