Skip to content

Commit 2961602

Browse files
authored
Update sdkconfig.esp32s2
1 parent 76e9baa commit 2961602

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

sdkconfig.esp32s2

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,10 +1249,10 @@ CONFIG_WS_BUFFER_SIZE=1024
12491249
# end of TCP Transport
12501250

12511251
#
1252-
# TinyUSB
1252+
# TinyUSB Stack
12531253
#
1254-
# CONFIG_USB_ENABLED is not set
1255-
# end of TinyUSB
1254+
# CONFIG_TINYUSB is not set
1255+
# end of TinyUSB Stack
12561256

12571257
#
12581258
# Unity unit testing library
@@ -1266,6 +1266,12 @@ CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y
12661266
# CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL is not set
12671267
# end of Unity unit testing library
12681268

1269+
#
1270+
# USB-OTG
1271+
#
1272+
CONFIG_USB_OTG_SUPPORTED=y
1273+
# end of USB-OTG
1274+
12691275
#
12701276
# Virtual file system
12711277
#
@@ -1427,6 +1433,15 @@ CONFIG_MONITOR_BAUD_115200B=y
14271433
# CONFIG_MONITOR_BAUD_OTHER is not set
14281434
CONFIG_MONITOR_BAUD_OTHER_VAL=115200
14291435
CONFIG_MONITOR_BAUD=115200
1436+
CONFIG_USB_CDC_ENABLED=y
1437+
CONFIG_USB_DESC_CDC_STRING="Espressif CDC Device"
1438+
CONFIG_USB_CDC_RX_BUFSIZE=64
1439+
CONFIG_USB_CDC_TX_BUFSIZE=64
1440+
CONFIG_USB_MSC_ENABLED=y
1441+
CONFIG_USB_DESC_MSC_STRING="Espressif MSC Device"
1442+
CONFIG_USB_MSC_BUFSIZE=512
1443+
CONFIG_USB_DESC_HID_STRING="Espressif HID Device"
1444+
CONFIG_USB_DEBUG_LEVEL=0
14301445
# CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG is not set
14311446
# CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE is not set
14321447
# CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED is not set
@@ -1534,6 +1549,16 @@ CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT="pthread"
15341549
# CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS is not set
15351550
# CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS is not set
15361551
CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED=y
1552+
# CONFIG_USB_ENABLED is not set
1553+
CONFIG_USB_DEBUG_LEVEL=0
1554+
CONFIG_USB_DESC_CDC_STRING="Espressif CDC Device"
1555+
CONFIG_USB_DESC_MSC_STRING="Espressif MSC Device"
1556+
CONFIG_USB_DESC_HID_STRING="Espressif HID Device"
1557+
CONFIG_USB_MSC_ENABLED=y
1558+
CONFIG_USB_MSC_BUFSIZE=512
1559+
CONFIG_USB_CDC_ENABLED=y
1560+
CONFIG_USB_CDC_RX_BUFSIZE=64
1561+
CONFIG_USB_CDC_TX_BUFSIZE=64
15371562
CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT=y
15381563
CONFIG_SUPPORT_TERMIOS=y
15391564
CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS=1

0 commit comments

Comments
 (0)