You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shared/tinyusb: Add PIO USB host configuration support.
When CFG_TUH_RPI_PIO_USB and MICROPY_HW_USB_HOST_DP_PIN are defined,
configure PIO USB pin mapping via tuh_configure() before tuh_init().
Use the default pico-sdk alarm pool (alarm_pool_get_default()) instead
of creating a new one. The default PIO USB alarm_pool_create(2, 1)
panics because MicroPython's soft timer already claims hardware alarm 2.
Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
0 commit comments