micropython/shared/tinyusb
robert-hh be686e634e rp2: Allow disabling USB via MICROPY_HW_ENABLE_USBDEV config.
Previously, setting MICROPY_HW_ENABLE_USBDEV to 0 caused build errors.  The
change affects the nrf and samd ports as well, so MICROPY_HW_ENABLE_USBDEV
had to be explicitly enabled there.

The configuration options MICROPY_HW_ENABLE_USBDEV and
MICROPY_HW_ENABLE_UART_REPL are independent, and can be enabled or disabled
by a board.

Signed-off-by: Damien George <damien@micropython.org>
2023-03-20 22:33:45 +11:00
..
mp_cdc_common.c rp2: Allow disabling USB via MICROPY_HW_ENABLE_USBDEV config. 2023-03-20 22:33:45 +11:00
mp_usbd.c rp2: Allow disabling USB via MICROPY_HW_ENABLE_USBDEV config. 2023-03-20 22:33:45 +11:00
mp_usbd.h shared/tinyusb: Further refactor static USB device implementation. 2022-11-11 16:47:36 +11:00
mp_usbd_descriptor.c rp2: Allow disabling USB via MICROPY_HW_ENABLE_USBDEV config. 2023-03-20 22:33:45 +11:00
mp_usbd_internal.h shared/tinyusb: Further refactor static USB device implementation. 2022-11-11 16:47:36 +11:00
tusb_config.h shared/tinyusb: Fix CDC bNumInterfaces value. 2022-11-14 13:03:33 +11:00