Home
last modified time | relevance | path

Searched refs:configENABLE_TASK_SNAPSHOT (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/freertos/include/esp_additions/freertos/
DFreeRTOSConfig.h294 #define configENABLE_TASK_SNAPSHOT 1 macro
296 #ifndef configENABLE_TASK_SNAPSHOT
297 #define configENABLE_TASK_SNAPSHOT 0 macro
Dtask_snapshot.h20 #if ( configENABLE_TASK_SNAPSHOT == 1 )
/hal_espressif-3.6.0/components/freertos/test/
DCMakeLists.txt4 # Enable task snapshots by setting configENABLE_TASK_SNAPSHOT macro
/hal_espressif-3.6.0/components/freertos/include/esp_additions/
Dfreertos_tasks_c_additions.h26 #if ( configENABLE_TASK_SNAPSHOT == 1 )
/hal_espressif-3.6.0/components/freertos/esp_additions/
Dtask_snapshot.c14 #if ( configENABLE_TASK_SNAPSHOT == 1 )