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 85a83b8 commit df0150fCopy full SHA for df0150f
ports/espressif/esp-idf-config/sdkconfig-esp32c3.defaults
@@ -80,6 +80,12 @@ CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND=y
80
81
# end of Hardware Settings
82
83
+#
84
+# PHY
85
86
+CONFIG_ESP_PHY_ENABLE_USB=y
87
+# end of PHY
88
+
89
#
90
# ESP System Settings
91
@@ -97,8 +103,12 @@ CONFIG_ESP_SYSTEM_MEMPROT_MEM_ALIGN_SIZE=512
97
103
CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0=y
98
104
# CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY is not set
99
105
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
100
109
# end of ESP System Settings
101
110
111
102
112
113
# Wi-Fi
114
0 commit comments