We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3fcd0 commit 7f16681Copy full SHA for 7f16681
1 file changed
ports/mimxrt/boards/OPENMV_RT1060/mpconfigboard.h
@@ -242,3 +242,8 @@ extern void mimxrt_hal_bootloader(void);
242
{ IOMUXC_GPIO_B1_11_ENET_RX_ER, 0, 0xB0E9u }, \
243
{ IOMUXC_GPIO_EMC_41_ENET_MDIO, 0, 0xB0E9u }, \
244
{ IOMUXC_GPIO_EMC_40_ENET_MDC, 0, 0xB0E9u },
245
+
246
+// USB CDC config
247
+#define CFG_TUD_CDC_EP_BUFSIZE (4096)
248
+#define CFG_TUD_CDC_RX_BUFSIZE (4096)
249
+#define CFG_TUD_CDC_TX_BUFSIZE (4096)
0 commit comments