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:
Omar Chebib
2021-08-19 16:45:58 +08:00
parent 5f38b766a8
commit 92cf321677
6 changed files with 20 additions and 2 deletions
+1
View File
@@ -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"