Skip to content

Commit fee3c87

Browse files
authored
Ulp rtc space limited to 512 (S2/S3) - Arduino Insights (espressif#177)
* RTC reserves 512 only * RTC reserves 512 only
1 parent fabe7af commit fee3c87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: configs/defconfig.esp32s2

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ CONFIG_ULP_COPROC_ENABLED=y
1414
# Choose FSM or RISCV exclusively! Never both.
1515
CONFIG_ULP_COPROC_TYPE_FSM=y
1616
# CONFIG_ULP_COPROC_TYPE_RISCV=y
17-
CONFIG_ULP_COPROC_RESERVE_MEM=4096
17+
CONFIG_ULP_COPROC_RESERVE_MEM=512

Diff for: configs/defconfig.esp32s3

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ CONFIG_ULP_COPROC_ENABLED=y
1616
# Choose FSM or RISCV exclusively! Never both.
1717
CONFIG_ULP_COPROC_TYPE_FSM=y
1818
# CONFIG_ULP_COPROC_TYPE_RISCV=y
19-
CONFIG_ULP_COPROC_RESERVE_MEM=4096
19+
CONFIG_ULP_COPROC_RESERVE_MEM=512

0 commit comments

Comments
 (0)