micropython/shared/tinyusb
Damien George 14b5080515 shared/tinyusb: Add optional port-specific hook on USBD init.
This allows a port to do hardware initialization just before the TinyUSB
stack is brought up.  That means the hardware is only turned on when it's
needed.

Signed-off-by: Damien George <damien@micropython.org>
2025-11-29 23:23:46 +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: Add optional port-specific hook on USBD init. 2025-11-29 23:23:46 +11: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 optional port-specific hook on USBD init. 2025-11-29 23:23:46 +11:00
tusb_config.h shared/tinyusb: Use new persistent-tx-fifo configure interface. 2024-09-26 23:13:50 +10:00