Files
esp-rainmaker/examples/switch/sdkconfig.defaults.esp32
Piyush Shah 4abd2cf641 switch: sdkconfig IRAM optimisation for ESP32
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y set to prevent IRAM overflow
on ESP32 with switch example using idf v5.0

Can be used in other projects too, if similar IRAM overflows are seen.
2022-09-30 18:31:08 +05:30

2 lines
45 B
Plaintext

CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y