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 2a5c107 commit bfe5450Copy full SHA for bfe5450
configs/defconfig.esp32s2
@@ -7,12 +7,11 @@ CONFIG_ESP32S2_KEEP_USB_ALIVE=y
7
# CONFIG_USE_MULTINET is not set
8
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
9
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
10
-# ULP Setting for IDF 4.x
11
-CONFIG_ESP32S2_ULP_COPROC_ENABLED=y
+
12
# ULP Setting for IDF 5.x
13
CONFIG_ULP_COPROC_ENABLED=y
14
# end of ULP COPROC_ENABLE
15
-# Is it FSM or RISCV exclusively?
+# Choose FSM or RISCV exclusively! Never both.
16
CONFIG_ULP_COPROC_TYPE_FSM=y
17
# CONFIG_ULP_COPROC_TYPE_RISCV=y
18
CONFIG_ULP_COPROC_RESERVE_MEM=4096
0 commit comments