esp-idf/components/freertos/FreeRTOS-Kernel-SMP/portable/riscv
Sudeep Mohanty 1012172436 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-25 12:06:19 +02:00
..
include/freertos fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context 2024-07-25 12:06:19 +02:00
port.c fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context 2024-07-25 12:06:19 +02:00
portasm.S feat(freertos/smp): Update ports to support Amazon FreeRTOS v11.0.1 2024-03-05 15:44:12 +08:00