mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-23 03:39:33 +00:00
freertos: add kconfig options for task snapshot functions
Task snapshots is required by other modules that don't use gdbstub or core dump. Add a Kconfig option to manage these possibilities.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
archive: libfreertos.a
|
||||
entries:
|
||||
* (noflash_text)
|
||||
if ESP_PANIC_HANDLER_IRAM != y:
|
||||
if FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH = y:
|
||||
task_snapshot (default)
|
||||
if FREERTOS_PLACE_FUNCTIONS_INTO_FLASH = y:
|
||||
port: pxPortInitialiseStack (default)
|
||||
|
||||
Reference in New Issue
Block a user