We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621b9c4 commit f0b2cc3Copy full SHA for f0b2cc3
Firmware/pico-ice-default/tusb_config.h
@@ -55,6 +55,10 @@
55
#define ICE_USB_USE_DEFAULT_DFU 1
56
#define ICE_USB_USE_TINYUF2_MSC 1
57
58
+// Configure forwarding between USB CDC and UART
59
+#define ICE_USB_UART_CDC 1
60
+#define ICE_USB_UART_NUM 0
61
+
62
// CDC FIFO size of TX and RX and Endpoint buffer size
63
#define CFG_TUD_CDC_RX_BUFSIZE 512
64
#define CFG_TUD_CDC_TX_BUFSIZE 512
0 commit comments