mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-17 08:23:09 +03:00
When CONFIG_FREERTOS_PLACE_TASK_STACKS_IN_EXT_RAM is enabled freertos will now automatically allocate task stacks to PSRAM.
4 lines
107 B
Plaintext
4 lines
107 B
Plaintext
CONFIG_SPIRAM=y
|
|
CONFIG_FREERTOS_TASK_CREATE_ALLOW_EXT_MEM=y
|
|
CONFIG_FREERTOS_PLACE_TASK_STACKS_IN_EXT_RAM=y
|