micropython/shared/tinyusb
Damien George ec1eeccab4 shared/tinyusb: Revert setting of CFG_TUD_CDC_EP_BUFSIZE to 256.
This reverts commit 0613d3e356.

The value of CFG_TUD_CDC_EP_BUFSIZE should match the endpoint size,
otherwise data may stay in the lower layers of the USB stack (and not
passed up to the higher layers) until a total of CFG_TUD_CDC_EP_BUFSIZE
bytes have been received, which may not happen for a long time.

Fixes issue #11253.

Signed-off-by: Damien George <damien@micropython.org>
2023-04-21 18:17:34 +10: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_descriptor.c shared/tinyusb: Allow max USB descriptor string to be configured. 2023-04-04 11:57:25 +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 rp2: Allow disabling USB via MICROPY_HW_ENABLE_USBDEV config. 2023-03-20 22:33:45 +11:00
mp_usbd.h shared/tinyusb: Allow max USB descriptor string to be configured. 2023-04-04 11:57:25 +10:00
tusb_config.h shared/tinyusb: Revert setting of CFG_TUD_CDC_EP_BUFSIZE to 256. 2023-04-21 18:17:34 +10:00