mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5 lines
254 B
Plaintext
5 lines
254 B
Plaintext
|
# Place FreeRTOS functions into flash to save some IRAM on the ESP32
|
||
|
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
|
||
|
# Use the SINGLE_APP_LARGE partition to ensure the partition has enough space for the ESP32 build
|
||
|
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
|