esp-idf/components/freertos/test_apps
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 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
orig_inc_path freertos: fixed ORIG_INCLUDE_PATH cmake property having the wrong path 2022-08-24 18:43:28 +08:00
.build-test-rules.yml freertos: fixed ORIG_INCLUDE_PATH cmake property having the wrong path 2022-08-24 18:43:28 +08:00