micropython/ports/nrf/drivers/usb
Damien George 96c6b8cae3 ports: Rename USBD_VID/PID config macros to MICROPY_HW_USB_VID/PID.
For consistency with other board-level config macros that begin with
MICROPY_HW_USB.

Also allow boards in the mimxrt, nrf and samd ports to configure these
values.

Signed-off-by: Damien George <damien@micropython.org>
2021-08-07 23:13:55 +10:00
..
tusb_config.h nrf: Add tinyusb support for nrf52840. 2019-10-10 20:21:07 +02:00
usb_cdc.c nrf/drivers/usb: Add USBD_IRQHandler which calls tud_int_handler. 2021-02-13 13:52:53 +11:00
usb_cdc.h nrf: Add tinyusb support for nrf52840. 2019-10-10 20:21:07 +02:00
usb_descriptors.c ports: Rename USBD_VID/PID config macros to MICROPY_HW_USB_VID/PID. 2021-08-07 23:13:55 +10:00