Skip to content

Commit bfe5450

Browse files
authored
Pick FSM ULP for Arduino.
1 parent 2a5c107 commit bfe5450

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

configs/defconfig.esp32s2

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ CONFIG_ESP32S2_KEEP_USB_ALIVE=y
77
# CONFIG_USE_MULTINET is not set
88
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
99
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
10-
# ULP Setting for IDF 4.x
11-
CONFIG_ESP32S2_ULP_COPROC_ENABLED=y
10+
1211
# ULP Setting for IDF 5.x
1312
CONFIG_ULP_COPROC_ENABLED=y
1413
# end of ULP COPROC_ENABLE
15-
# Is it FSM or RISCV exclusively?
14+
# Choose FSM or RISCV exclusively! Never both.
1615
CONFIG_ULP_COPROC_TYPE_FSM=y
1716
# CONFIG_ULP_COPROC_TYPE_RISCV=y
1817
CONFIG_ULP_COPROC_RESERVE_MEM=4096

0 commit comments

Comments
 (0)