esp-idf/components/freertos
Omar Chebib 53c7dd4efc WDT: implement interrupt wdt and task wdt for ESP32-C2
ESP32-C2 has a single group timer, thus it will use it for the interrupt watchdog,
which is more critical than the task watchdog. The latter is implement in
software thanks to the `esp_timer`component.
2022-09-15 14:37:59 +08:00
..
esp_additions freertos: Adds new APIs to set/get and restore base priority 2022-09-01 07:07:08 +00:00
FreeRTOS-Kernel WDT: implement interrupt wdt and task wdt for ESP32-C2 2022-09-15 14:37:59 +08:00
FreeRTOS-Kernel-SMP WDT: implement interrupt wdt and task wdt for ESP32-C2 2022-09-15 14:37:59 +08:00
test freertos: Fix flakey event group unit tests 2022-08-10 16:54:25 +08:00
test_apps freertos: fixed ORIG_INCLUDE_PATH cmake property having the wrong path 2022-08-24 18:43:28 +08:00
CMakeLists.txt freertos: fixed ORIG_INCLUDE_PATH cmake property having the wrong path 2022-08-24 18:43:28 +08:00
FreeRTOS-openocd.c freertos_additions: add debug params table for openocd 2022-03-11 11:33:08 +01:00
Kconfig Task WDT: Interuptee task stack is now used for backtracing, regardless of the CPU core 2022-08-02 12:41:14 +08:00
linker_smp.lf freertos: Adds new APIs to set/get and restore base priority 2022-09-01 07:07:08 +00:00
linker.lf freertos: Adds new APIs to set/get and restore base priority 2022-09-01 07:07:08 +00:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00