Skip to content

Commit 4285d6d

Browse files
authored
feat(ulp): Add support for ULP to ESP32-S2 and ESP32-S3 (espressif#174)
* feat(ulp): Add support for ULP to ESP32-S2 and ESP32-S3 * Reserve 4K of ULP memory
1 parent 665bf25 commit 4285d6d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Diff for: configs/defconfig.esp32s2

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ CONFIG_ESP32S2_KEEP_USB_ALIVE=y
66
# CONFIG_USE_WAKENET is not set
77
# CONFIG_USE_MULTINET is not set
88
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
9-
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
9+
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
10+
CONFIG_ULP_COPROC_TYPE_FSM=y
11+
CONFIG_ULP_COPROC_TYPE_RISCV=y
12+
CONFIG_ULP_COPROC_RESERVE_MEM=4096

Diff for: configs/defconfig.esp32s3

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ CONFIG_ESP32S3_UNIVERSAL_MAC_ADDRESSES_TWO=y
88
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set
99
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
1010
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3120
11-
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
11+
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
12+
CONFIG_ULP_COPROC_TYPE_FSM=y
13+
CONFIG_ULP_COPROC_TYPE_RISCV=y
14+
CONFIG_ULP_COPROC_RESERVE_MEM=4096

0 commit comments

Comments
 (0)