esp-idf/components/freertos/FreeRTOS-Kernel
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
..
include/freertos freertos: Revert critical section macro 2022-08-12 16:17:45 +08:00
portable WDT: implement interrupt wdt and task wdt for ESP32-C2 2022-09-15 14:37:59 +08:00
croutine.c freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
event_groups.c Revert "Merge branch 'feature/freertos_10.4.3_sync_various_functions' into 'master'" 2022-09-12 19:53:09 +08:00
GitHub-FreeRTOS-Kernel-Home.url freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
History.txt freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
LICENSE.md freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
list.c freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
queue.c Revert "Merge branch 'feature/freertos_10.4.3_sync_various_functions' into 'master'" 2022-09-12 19:53:09 +08:00
Quick_Start_Guide.url freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
stream_buffer.c Revert "Merge branch 'feature/freertos_10.4.3_sync_various_functions' into 'master'" 2022-09-12 19:53:09 +08:00
tasks.c Revert "Merge branch 'feature/freertos_10.4.3_sync_various_functions' into 'master'" 2022-09-12 19:53:09 +08:00
timers.c freertos: Revert critical section macro 2022-08-12 16:17:45 +08:00