esp-idf/components/freertos/FreeRTOS-Kernel
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
..
include/freertos freertos(IDF): Refactor port heap functions 2023-03-06 16:00:29 +08:00
portable xtensa: Move default vectors back into xtensa_vectors.S 2023-03-10 13:59:01 +08:00
croutine.c freertos: Uncrustify IDF FreeRTOS 2022-11-02 19:49:40 +08:00
event_groups.c freertos(IDF): Use common macros for SMP specific critical sections 2022-11-16 15:50:21 +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(IDF): Sync cosmetic differences to v10.4.3 2022-11-10 18:37:42 +08:00
queue.c Merge branch 'contrib/github_pr_10199' into 'master' 2022-11-28 19:37:41 +08:00
Quick_Start_Guide.url freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
stream_buffer.c freertos(IDF): Use common macros for SMP specific critical sections 2022-11-16 15:50:21 +08:00
tasks.c 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
timers.c freertos(IDF): Use common macros for SMP specific critical sections 2022-11-16 15:50:21 +08:00
uncrustify.cfg freertos: Add uncrustiy config files for IDF FreeRTOS v10.4.3 2022-11-02 19:42:19 +08:00