Skip to content

Commit 2ee26b7

Browse files
authored
Update defconfig.esp32s3
1 parent 44e0fbd commit 2ee26b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

configs/defconfig.esp32s3

+8
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ CONFIG_ESP32S3_UNIVERSAL_MAC_ADDRESSES_TWO=y
2424
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
2525
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3120
2626
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
27+
28+
# ULP Setting for IDF 5.x
29+
CONFIG_ULP_COPROC_ENABLED=y
30+
# end of ULP COPROC_ENABLE
31+
# Choose FSM or RISCV exclusively! Never both.
32+
CONFIG_ULP_COPROC_TYPE_FSM=y
33+
# CONFIG_ULP_COPROC_TYPE_RISCV=y
34+
CONFIG_ULP_COPROC_RESERVE_MEM=512

0 commit comments

Comments
 (0)