esp-idf/components/freertos/FreeRTOS-Kernel
Sudeep Mohanty e9e0e250a6 fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context
This commit fixes an issue where in the FreeRTOS port layer would cause
the portASSERT_IF_IN_ISR() assert check to fail even when the system is
not in an interrupt context.
2024-08-27 16:06:25 +08:00
..
include/freertos freertos: Add missing ESP_PLATFORM preprocessor directive for FreeRTOS static data structs (v5.0) 2022-10-21 14:15:16 +02:00
portable fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context 2024-08-27 16:06:25 +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 freertos: Fix event group task list race condition 2022-06-30 20:12:26 +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 Queue Send fix 2022-12-20 08:30:53 +00:00
Quick_Start_Guide.url freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
sbom.yml change: exclude CVEs that do not impact ESP-IDF components 2024-08-06 17:26:15 +02:00
stream_buffer.c freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
tasks.c fix(freertos): Updated IDLE task names for each core to have the coreID as a suffix 2023-09-21 13:11:36 +02:00
timers.c freertos: Fixed a bug where xTimerIsTimerActive incorrectly returns pdTRUE from callback 2022-07-19 10:42:09 +02:00