micropython/shared/tinyusb
Angus Gratton 2d363a23cb shared/tinyusb: Schedule TinyUSB task function from dcd_event_handler.
dcd_event_handler() is called from the IRQ when a new DCD event is queued
for processing by the TinyUSB thread mode task.  This lets us queue the
handler to run immediately when MicroPython resumes.

Currently this relies on a linker --wrap hack to work, but a PR has been
submitted to TinyUSB to allow the function to be called inline from
dcd_event_handler() itself.

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2023-11-09 12:27:33 +11:00
..
mp_cdc_common.c shared/tinyusb: Avoid symbol clash on targets with external TinyUSB. 2023-07-20 23:55:42 +10:00
mp_usbd_descriptor.c shared/tinyusb: Support HS endpoint sizes. 2023-09-14 23:34:30 +10:00
mp_usbd_internal.h shared/tinyusb: Further refactor static USB device implementation. 2022-11-11 16:47:36 +11:00
mp_usbd.c shared/tinyusb: Schedule TinyUSB task function from dcd_event_handler. 2023-11-09 12:27:33 +11:00
mp_usbd.h shared/tinyusb: Schedule TinyUSB task function from dcd_event_handler. 2023-11-09 12:27:33 +11:00
tusb_config.h rp2/msc_disk: Allow configuring the USB MSC inquiry response. 2023-09-29 16:36:45 +10:00