8000 Ulp rtc space limited to 512 (S2/S3) - Arduino Insights (#177) · XiROAD/esp32-arduino-lib-builder@fee3c87 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

configs/defconfig.esp32s2

Lines changed: 1 addition & 1 deletion
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

configs/defconfig.esp32s3

Lines changed: 1 addition & 1 deletion
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)
0