esp-idf/components/freertos/FreeRTOS-Kernel-SMP/portable/xtensa
Sudeep Mohanty a96f332a06 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:50 +02:00
..
include/freertos fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context 2024-07-26 15:15:50 +02:00
port.c fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context 2024-07-26 15:15:50 +02:00
portasm.S freertos(SMP): Refactor FPU handling on the Xtensa port of Amaazon SMP FreeRTOS 2022-12-23 15:29:17 +08:00
readme_xtensa.txt freertos: Copy IDF xtensa port files 2022-03-08 14:59:18 +08:00
xtensa_init.c freertos: Copy IDF xtensa port files 2022-03-08 14:59:18 +08:00
xtensa_overlay_os_hook.c freertos: Copy IDF xtensa port files 2022-03-08 14:59:18 +08:00