Skip to content

Commit c0b4cba

Browse files
authored
Update ULP for IDF 4.x and 5.x
1 parent 95dc1d0 commit c0b4cba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configs/defconfig.esp32s3

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ CONFIG_ESP32S3_UNIVERSAL_MAC_ADDRESSES_TWO=y
99
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
1010
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3120
1111
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
12+
# ULP Setting for IDF 4.x
1213
CONFIG_ESP32S3_ULP_COPROC_ENABLED=y
14+
# ULP Setting for IDF 5.x
15+
CONFIG_ULP_COPROC_ENABLED=y
16+
# end of ULP COPROC_ENABLE
1317
CONFIG_ULP_COPROC_TYPE_FSM=y
1418
CONFIG_ULP_COPROC_TYPE_RISCV=y
1519
CONFIG_ULP_COPROC_RESERVE_MEM=4096

0 commit comments

Comments
 (0)