Merge branch 'bugfix/ulp_overflow_rtc_mem' into 'master'

ulp: ULP_COPROC_RESERVE_MEM limitation

See merge request espressif/esp-idf!13814
This commit is contained in:
Angus Gratton
2021-06-08 07:20:46 +00:00
4 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ menu "ESP32-specific"
int
prompt "RTC slow memory reserved for coprocessor" if ESP32_ULP_COPROC_ENABLED
default 512 if ESP32_ULP_COPROC_ENABLED
range 32 8192 if ESP32_ULP_COPROC_ENABLED
range 32 8176 if ESP32_ULP_COPROC_ENABLED
default 0 if !ESP32_ULP_COPROC_ENABLED
range 0 0 if !ESP32_ULP_COPROC_ENABLED
help