esp-idf/components/freertos
Sudeep Mohanty 9b81e2b189 freertos: Schedule tasks unblocked by an ISR on a core with scheduler running if core affinity matches
FromISR APIs would put an unblocked task on the pending ready list if
the scheduler is suspended on the current core, irrespective of the
task's core affinity and the state of the scheduler on the other core.
This commit updates this behavior by allowing tasks to get scheduled on
a core which has the scheduler running as long as the task's core
affinity allows it.
2023-03-15 07:43:33 +00:00
..
FreeRTOS-Kernel freertos: Schedule tasks unblocked by an ISR on a core with scheduler running if core affinity matches 2023-03-15 07:43:33 +00:00
FreeRTOS-Kernel-SMP xtensa: Move default vectors back into xtensa_vectors.S 2023-03-10 13:59:01 +08:00
esp_additions freertos: Fix flakey task snapshot tests 2023-03-14 16:51:25 +08:00
test_apps freertos: Schedule tasks unblocked by an ISR on a core with scheduler running if core affinity matches 2023-03-15 07:43:33 +00:00
CMakeLists.txt xtensa: Move default vectors back into xtensa_vectors.S 2023-03-10 13:59:01 +08:00
FreeRTOS-openocd.c
Kconfig
app_startup.c
heap_idf.c freertos(IDF): Refactor port heap functions 2023-03-06 16:00:29 +08:00
linker.lf freertos: riscv: fix vPortTaskWrapper for clang 2023-02-20 13:09:42 +08:00
linker_common.lf freertos(IDF): Refactor port heap functions 2023-03-06 16:00:29 +08:00
linker_smp.lf freertos: riscv: fix vPortTaskWrapper for clang 2023-02-20 13:09:42 +08:00
port_common.c freertos(IDF): Refactor port heap functions 2023-03-06 16:00:29 +08:00
sdkconfig.rename