Skip to content

Commit cd3323e

Browse files
authored
Update defconfig.esp32s2
1 parent 8f58e2c commit cd3323e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

configs/defconfig.esp32s2

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +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+
11+
# ULP Setting for IDF 5.x
12+
CONFIG_ULP_COPROC_ENABLED=y
13+
# end of ULP COPROC_ENABLE
14+
# Choose FSM or RISCV exclusively! Never both.
15+
CONFIG_ULP_COPROC_TYPE_FSM=y
16+
# CONFIG_ULP_COPROC_TYPE_RISCV=y
17+
CONFIG_ULP_COPROC_RESERVE_MEM=512

0 commit comments

Comments
 (0)