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 86f6fd1 commit 438387bCopy full SHA for 438387b
examples/host/cdc_msc_hid/src/tusb_config.h
@@ -97,8 +97,8 @@
97
98
#define CFG_TUH_HUB 1 // number of supported hubs
99
#define CFG_TUH_CDC 1 // CDC ACM
100
-#define CFG_TUH_CDC_FTDI 1 // FTDI Serial
101
-#define CFG_TUH_CDC_CP210X 1 // CP210x Serial
+#define CFG_TUH_CDC_FTDI 1 // FTDI Serial. FTDI is not part of CDC class, only to re-use CDC driver API
+#define CFG_TUH_CDC_CP210X 1 // CP210x Serial. CP210X is not part of CDC class, only to re-use CDC driver API
102
#define CFG_TUH_HID (3*CFG_TUH_DEVICE_MAX) // typical keyboard + mouse device can have 3-4 HID interfaces
103
#define CFG_TUH_MSC 1
104
#define CFG_TUH_VENDOR 0
0 commit comments