Home
last modified time | relevance | path

Searched refs:GDBSTUB_TASKS_NUM (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esp_gdbstub/private_include/
Desp_gdbstub_common.h52 #define GDBSTUB_TASKS_NUM CONFIG_ESP_GDBSTUB_MAX_TASKS macro
67 … TaskSnapshot_t tasks[GDBSTUB_TASKS_NUM]; // TODO: add an API to get snapshots one by one
/hal_espressif-3.6.0/components/esp_gdbstub/src/
Dgdbstub.c385 s_scratch.task_count = uxTaskGetSnapshotAll(s_scratch.tasks, GDBSTUB_TASKS_NUM, &tcb_size); in init_task_info()