Files
esp-rainmaker/examples/multi_device/sdkconfig.defaults.esp32
Vikram Dattu c43cd071fa IRAM optimization fix for ESP32 to all examples
From IDF 5.1 and above, we are out of IRAM for ESP32.
Enabled FreeRTOS functions to flash option to save IRAM. This is same existing fix in other examples

Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
2023-09-15 16:18:47 +05:30

2 lines
45 B
Plaintext

CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y