Skip to content

Commit 95dc1d0

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configs/defconfig.esp32s2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +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+
# ULP Setting for IDF 4.x
1011
CONFIG_ESP32S2_ULP_COPROC_ENABLED=y
12+
# ULP Setting for IDF 5.x
13+
CONFIG_ULP_COPROC_ENABLED=y
14+
# end of ULP COPROC_ENABLE
1115
CONFIG_ULP_COPROC_TYPE_FSM=y
1216
CONFIG_ULP_COPROC_TYPE_RISCV=y
1317
CONFIG_ULP_COPROC_RESERVE_MEM=4096

0 commit comments

Comments
 (0)