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 45169d8 commit cf95b44Copy full SHA for cf95b44
examples/host/cdc_msc_hid/src/tusb_config.h
@@ -96,7 +96,8 @@
96
#define CFG_TUH_ENUMERATION_BUFSIZE 256
97
98
#define CFG_TUH_HUB 1 // number of supported hubs
99
-#define CFG_TUH_CDC 1
+#define CFG_TUH_CDC 1 // CDC ACM
100
+#define CFG_TUH_CDC_FTDI 1 // FTDI UART
101
#define CFG_TUH_HID (3*CFG_TUH_DEVICE_MAX) // typical keyboard + mouse device can have 3-4 HID interfaces
102
#define CFG_TUH_MSC 1
103
#define CFG_TUH_VENDOR 0
0 commit comments