micropython/ports/nrf/drivers/usb
Damien George 18518e26a7 ports: Use correct in/out endpoint size in TUD_CDC_DESCRIPTOR.
The last argument of TUD_CDC_DESCRIPTOR() is the endpoint size (or
wMaxPacketSize), not the CDC RX buffer size (which can be larger than the
endpoint size).

Signed-off-by: Damien George <damien@micropython.org>
2020-10-17 15:49:16 +11:00
..
tusb_config.h nrf: Add tinyusb support for nrf52840. 2019-10-10 20:21:07 +02:00
usb_cdc.c nrf: Add tinyusb support for nrf52840. 2019-10-10 20:21:07 +02:00
usb_cdc.h nrf: Add tinyusb support for nrf52840. 2019-10-10 20:21:07 +02:00
usb_descriptors.c ports: Use correct in/out endpoint size in TUD_CDC_DESCRIPTOR. 2020-10-17 15:49:16 +11:00