Skip to content

Commit 26621a7

Browse files
authored
Pick FSM instead of RISCV ULP
1 parent 8686048 commit 26621a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/defconfig.esp32s3

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CONFIG_ESP32S3_ULP_COPROC_ENABLED=y
1414
# ULP Setting for IDF 5.x
1515
CONFIG_ULP_COPROC_ENABLED=y
1616
# end of ULP COPROC_ENABLE
17+
# Is it FSM or RISCV exclusively?
1718
CONFIG_ULP_COPROC_TYPE_FSM=y
18-
CONFIG_ULP_COPROC_TYPE_RISCV=y
19+
# CONFIG_ULP_COPROC_TYPE_RISCV=y
1920
CONFIG_ULP_COPROC_RESERVE_MEM=4096

0 commit comments

Comments
 (0)