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 2320ad6 commit 91495fcCopy full SHA for 91495fc
components/arduino_tinyusb/Kconfig.projbuild
@@ -233,6 +233,17 @@ menu "Arduino TinyUSB"
233
234
endmenu
235
236
+ menu "NCM driver"
237
+ depends on TINYUSB_ENABLED
238
+
239
+ config TINYUSB_NCM_ENABLED
240
+ bool "Enable USB NCM TinyUSB driver"
241
+ default y
242
+ help
243
+ Enable USB NCM TinyUSB driver.
244
245
+ endmenu
246
247
config TINYUSB_DEBUG_LEVEL
248
int "TinyUSB log level (0-3)"
249
default 0
0 commit comments