Chapter 2. API Reference
CONFIG_WS_TRANSPORT
Enable Websocket Transport
Found in: Component config > TCP Transport > Websocket
Enable support for creating websocket transport.
Default value:
• Yes (enabled)
CONFIG_WS_BUFFER_SIZE
Websocket transport buffer size
Found in: Component config > TCP Transport > Websocket > CONFIG_WS_TRANSPORT
Size of the buffer used for constructing the HTTP Upgrade request during connect
Default value:
• 1024
TinyUSB Stack Contains:
• CONFIG_TINYUSB
CONFIG_TINYUSB
Use TinyUSB Stack
Found in: Component config > TinyUSB Stack
Enable TinyUSB stack support. Note that, esp-idf only uses the device stack provided by TinyUSB.
Default value:
• No (disabled)
CONFIG_TINYUSB_DEBUG_LEVEL
TinyUSB log level (0-3)
Found in: Component config > TinyUSB Stack > CONFIG_TINYUSB
Specify verbosity of TinyUSB log output.
Range:
• from 0 to 3 if CONFIG_TINYUSB
Default value:
• 0 if CONFIG_TINYUSB
TinyUSB task configuration Contains:
• CONFIG_TINYUSB_NO_DEFAULT_TASK
• CONFIG_TINYUSB_TASK_PRIORITY
• CONFIG_TINYUSB_TASK_STACK_SIZE
CONFIG_TINYUSB_NO_DEFAULT_TASK
Do not create a TinyUSB task
Found in: Component config > TinyUSB Stack > CONFIG_TINYUSB > TinyUSB task configuration
This option allows to not create the FreeRTOS task during the driver initialization. User will have to
handle TinyUSB events manually.
Espressif Systems 1226
Submit Document Feedback
Release v4.4