esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa
Sudeep Mohanty d2e4722f5b 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-07-26 15:15:34 +02:00
..
include/freertos fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context 2024-07-26 15:15:34 +02:00
port.c fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context 2024-07-26 15:15:34 +02:00
portasm.S change(freertos/idf): Make v10.5.1 the default kernel 2023-10-21 04:39:16 +08:00
readme_xtensa.txt freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
xtensa_init.c freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
xtensa_overlay_os_hook.c freertos: Refactor configuration files 2022-02-10 21:23:46 +08:00