Skip to content

Commit df0150f

Browse files
committed
Add common settings to sdkconfig-esp32c3.defaults
1 parent 85a83b8 commit df0150f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ports/espressif/esp-idf-config/sdkconfig-esp32c3.defaults

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND=y
8080

8181
# end of Hardware Settings
8282

83+
#
84+
# PHY
85+
#
86+
CONFIG_ESP_PHY_ENABLE_USB=y
87+
# end of PHY
88+
8389
#
8490
# ESP System Settings
8591
#
@@ -97,8 +103,12 @@ CONFIG_ESP_SYSTEM_MEMPROT_MEM_ALIGN_SIZE=512
97103
CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0=y
98104
# CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY is not set
99105
CONFIG_ESP_MAIN_TASK_AFFINITY=0x0
106+
107+
CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
108+
# CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG is not set
100109
# end of ESP System Settings
101110

111+
102112
#
103113
# Wi-Fi
104114
#

0 commit comments

Comments
 (0)