esp-idf/components/freertos
Sudeep Mohanty 5e1437deb8 freertos: Fixed a bug where xTimerIsTimerActive incorrectly returns pdTRUE from callback
This commit fixes the following:
- Fixes a bug wherein the timer status is active for oneshot timers that
expire before they are started.
- Callback calls for periodic timers where made before the timers were
auto-reloaded.
- Timer expiry trace was being set after the timer callback is called.

Closes https://github.com/espressif/esp-idf/issues/8014
2022-07-19 10:42:09 +02:00
..
esp_additions freertos: Add newlib dynamic reentrancy support 2022-06-02 15:42:02 +08:00
FreeRTOS-Kernel freertos: Fixed a bug where xTimerIsTimerActive incorrectly returns pdTRUE from callback 2022-07-19 10:42:09 +02:00
FreeRTOS-Kernel-SMP System: move interrupt stack to .bss instead of .data section 2022-07-11 17:49:21 +08:00
test freertos: re-enable tests disabled for C2 2022-07-06 12:15:04 +08:00
CMakeLists.txt freertos: Move some SMP FreeRTOS functions to flash 2022-06-23 16:00:46 +08:00
FreeRTOS-openocd.c freertos_additions: add debug params table for openocd 2022-03-11 11:33:08 +01:00
Kconfig freertos: Fix SMP FreeRTOS TSLP deletion callback tests 2022-06-17 21:57:11 +08:00
linker_smp.lf freertos: Move some SMP FreeRTOS functions to flash 2022-06-23 16:00:46 +08:00
linker.lf freertos: Move some SMP FreeRTOS functions to flash 2022-06-23 16:00:46 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00