Skip to content

Commit 8686048

Browse files
authored
Pick FSM instead of RISKV ULP
1 parent 1a6b192 commit 8686048

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configs/defconfig.esp32s2

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
1111
CONFIG_ESP32S2_ULP_COPROC_ENABLED=y
1212
# ULP Setting for IDF 5.x
1313
CONFIG_ULP_COPROC_ENABLED=y
14-
# end of ULP COPROC_ENABLE
14+
# end of ULP COPROC_ENABLE
15+
# Is it FSM or RISCV exclusively?
1516
CONFIG_ULP_COPROC_TYPE_FSM=y
16-
CONFIG_ULP_COPROC_TYPE_RISCV=y
17+
# CONFIG_ULP_COPROC_TYPE_RISCV=y
1718
CONFIG_ULP_COPROC_RESERVE_MEM=4096

0 commit comments

Comments
 (0)