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 b7266dc commit f96c8faCopy full SHA for f96c8fa
components/arduino_tinyusb/include/tusb_config.h
@@ -72,6 +72,10 @@ extern "C" {
72
# define CONFIG_TINYUSB_VENDOR_ENABLED 0
73
#endif
74
75
+#ifndef CONFIG_TINYUSB_NCM_ENABLED
76
+# define CONFIG_TINYUSB_NCM_ENABLED 0
77
+#endif
78
+
79
/* */
80
/* COMMON CONFIGURATION */
81
@@ -113,6 +117,7 @@ extern "C" {
113
117
#define CFG_TUD_DFU_RUNTIME CONFIG_TINYUSB_DFU_RT_ENABLED
114
118
#define CFG_TUD_DFU CONFIG_TINYUSB_DFU_ENABLED
115
119
#define CFG_TUD_VENDOR CONFIG_TINYUSB_VENDOR_ENABLED
120
+#define CFG_TUD_NCM CONFIG_TINYUSB_NCM_ENABLED
116
121
122
// CDC FIFO size of TX and RX
123
#define CFG_TUD_CDC_RX_BUFSIZE CONFIG_TINYUSB_CDC_RX_BUFSIZE
0 commit comments