Skip to content

Commit 6e4ae52

Browse files
authored
Adds full support to ULP
Adds ULP FSM Macro Defs "ulp.h" file
1 parent b603fc7 commit 6e4ae52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/defconfig.esp32s2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ 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+
CONFIG_ULP_COPROC_ENABLED=y
1011
CONFIG_ULP_COPROC_TYPE_FSM=y
1112
CONFIG_ULP_COPROC_TYPE_RISCV=y
12-
CONFIG_ULP_COPROC_RESERVE_MEM=4096
13+
CONFIG_ULP_COPROC_RESERVE_MEM=4096

0 commit comments

Comments
 (0)