Skip to content

Commit f0b2cc3

Browse files
committed
add the new UART definition according to the new SDK
1 parent 621b9c4 commit f0b2cc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Firmware/pico-ice-default/tusb_config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
#define ICE_USB_USE_DEFAULT_DFU 1
5656
#define ICE_USB_USE_TINYUF2_MSC 1
5757

58+
// Configure forwarding between USB CDC and UART
59+
#define ICE_USB_UART_CDC 1
60+
#define ICE_USB_UART_NUM 0
61+
5862
// CDC FIFO size of TX and RX and Endpoint buffer size
5963
#define CFG_TUD_CDC_RX_BUFSIZE 512
6064
#define CFG_TUD_CDC_TX_BUFSIZE 512

0 commit comments

Comments
 (0)