Home
last modified time | relevance | path

Searched refs:CONFIG_TINYUSB_CDC_ENABLED (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/tinyusb/additions/include/
Dtusb_config.h36 #ifndef CONFIG_TINYUSB_CDC_ENABLED
37 # define CONFIG_TINYUSB_CDC_ENABLED 0 macro
89 #define CFG_TUD_CDC CONFIG_TINYUSB_CDC_ENABLED
/hal_espressif-3.6.0/components/tinyusb/
DCMakeLists.txt63 if(CONFIG_TINYUSB_CDC_ENABLED)
70 endif() # CONFIG_TINYUSB_CDC_ENABLED
Dsdkconfig.rename19 CONFIG_USB_CDC_ENABLED CONFIG_TINYUSB_CDC_ENABLED
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_console/
Dsdkconfig.defaults2 CONFIG_TINYUSB_CDC_ENABLED=y
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_serial_device/
Dsdkconfig.defaults2 CONFIG_TINYUSB_CDC_ENABLED=y
/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dusb_descriptors.c111 #if CONFIG_TINYUSB_CDC_ENABLED