fix(lp_core): fix kconfig not allowing using all of LP mem for P4 lp core

pull/13550/head
Marius Vikhammer 2024-03-28 16:30:12 +08:00
rodzic 1c73c657c9
commit cbc632bd04
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -32,8 +32,8 @@ menu "Ultra Low Power (ULP) Co-processor"
depends on ULP_COPROC_ENABLED
default 512 if IDF_TARGET_ESP32
default 4096 if !IDF_TARGET_ESP32
range 32 8176 if !IDF_TARGET_ESP32C6
range 32 16352 if IDF_TARGET_ESP32C6
range 32 8176 if IDF_TARGET_ESP32 || IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
range 32 16352 if IDF_TARGET_ESP32C5 || IDF_TARGET_ESP32C6
range 32 32768 if IDF_TARGET_ESP32P4
help
Bytes of memory to reserve for ULP Co-processor firmware & data.