mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
ULP: reduce max possible memory reserved for ULP coprocessor
Some RTC slow memory is reserved by IDF, reduce CONFIG_TARGET_ULP_COPROC_RESERVE_MEM range to reflect this. Closes https://github.com/espressif/esp-idf/issues/7073
This commit is contained in:
@@ -423,7 +423,7 @@ menu "ESP32-specific"
|
|||||||
int
|
int
|
||||||
prompt "RTC slow memory reserved for coprocessor" if ESP32_ULP_COPROC_ENABLED
|
prompt "RTC slow memory reserved for coprocessor" if ESP32_ULP_COPROC_ENABLED
|
||||||
default 512 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
|
default 0 if !ESP32_ULP_COPROC_ENABLED
|
||||||
range 0 0 if !ESP32_ULP_COPROC_ENABLED
|
range 0 0 if !ESP32_ULP_COPROC_ENABLED
|
||||||
help
|
help
|
||||||
|
@@ -264,7 +264,7 @@ menu "ESP32S2-specific"
|
|||||||
int
|
int
|
||||||
prompt "RTC slow memory reserved for coprocessor" if ESP32S2_ULP_COPROC_ENABLED
|
prompt "RTC slow memory reserved for coprocessor" if ESP32S2_ULP_COPROC_ENABLED
|
||||||
default 2048 if ESP32S2_ULP_COPROC_ENABLED
|
default 2048 if ESP32S2_ULP_COPROC_ENABLED
|
||||||
range 32 8192 if ESP32S2_ULP_COPROC_ENABLED
|
range 32 8176 if ESP32S2_ULP_COPROC_ENABLED
|
||||||
default 0 if !ESP32S2_ULP_COPROC_ENABLED
|
default 0 if !ESP32S2_ULP_COPROC_ENABLED
|
||||||
range 0 0 if !ESP32S2_ULP_COPROC_ENABLED
|
range 0 0 if !ESP32S2_ULP_COPROC_ENABLED
|
||||||
help
|
help
|
||||||
|
@@ -330,7 +330,7 @@ menu "ESP32S3-Specific"
|
|||||||
int
|
int
|
||||||
prompt "RTC slow memory reserved for coprocessor" if ESP32S3_ULP_COPROC_ENABLED
|
prompt "RTC slow memory reserved for coprocessor" if ESP32S3_ULP_COPROC_ENABLED
|
||||||
default 512 if ESP32S3_ULP_COPROC_ENABLED
|
default 512 if ESP32S3_ULP_COPROC_ENABLED
|
||||||
range 32 8192 if ESP32S3_ULP_COPROC_ENABLED
|
range 32 8176 if ESP32S3_ULP_COPROC_ENABLED
|
||||||
default 0 if !ESP32S3_ULP_COPROC_ENABLED
|
default 0 if !ESP32S3_ULP_COPROC_ENABLED
|
||||||
range 0 0 if !ESP32S3_ULP_COPROC_ENABLED
|
range 0 0 if !ESP32S3_ULP_COPROC_ENABLED
|
||||||
help
|
help
|
||||||
|
Reference in New Issue
Block a user