system: add kconfig option for using parts of SRAM1 for IRAM

Using parts of SRAM1 for IRAM allows apps with more statically allocated IRAM

Closes https://github.com/espressif/esp-idf/issues/9824
This commit is contained in:
Marius Vikhammer
2022-11-24 14:05:40 +08:00
parent a15c36f987
commit 5cbd311ecf
8 changed files with 66 additions and 5 deletions
@@ -0,0 +1,3 @@
# Only ESP32 has this option
CONFIG_IDF_TARGET="esp32"
CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM=y