Skip to content

Commit 8190b40

Browse files
committed
Make room of IDF in S2 RTC slow memory
1 parent 680fb20 commit 8190b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/esp-idf-config/sdkconfig-esp32s2.defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ CONFIG_ULP_COPROC_ENABLED=y
5555
CONFIG_ULP_COPROC_TYPE_FSM=y
5656
CONFIG_ULP_COPROC_TYPE_RISCV=y # Note: enabling both ULPs simultaneously only works due to a modification of adafruit/esp-idf
5757
# (see adafruit/esp-idf/pull/16) until espressif/esp-idf/issues/12999 is fixed.
58-
CONFIG_ULP_COPROC_RESERVE_MEM=8176
58+
CONFIG_ULP_COPROC_RESERVE_MEM=8144
5959
# end of Ultra Low Power (ULP) Co-processor
6060

6161
#

0 commit comments

Comments
 (0)