mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 03:52:01 +02: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:
@@ -4,6 +4,7 @@ menu "GDB Stub"
|
||||
# menu in the target component.
|
||||
config ESP_GDBSTUB_ENABLED
|
||||
bool
|
||||
select FREERTOS_ENABLE_TASK_SNAPSHOT
|
||||
|
||||
config ESP_GDBSTUB_SUPPORT_TASKS
|
||||
bool "Enable listing FreeRTOS tasks through GDB Stub"
|
||||
|
||||
Reference in New Issue
Block a user