esp-idf/components/freertos/FreeRTOS-Kernel
Darian Leung 0fd305da2d freertos: Add new macro to check for yielding
When a FreeRTOS function unblocks a task, that function will check whether
the unblocked task requires a yield to be called. This is currently done by
having each function individually check if the unblocked task has a higher
priority than the both cores, and yielding the appropriate core.

This commit adds the macros list below to abstract away the yielding checking
procedure. This will allow the code to match upstream more closely.

- prvCheckForYield()
- prvCheckForYieldUsingPriority()
2022-08-11 16:02:48 +08:00
..
include/freertos freertos: Update the docuementation of the ulBitsToClearOnEntry parameter in xTaskGenericNotifyWait() function. 2022-07-28 10:30:41 +02:00
portable systimer: refactor hal to accomodate more xtal choices 2022-07-25 16:08:52 +08:00
croutine.c freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
event_groups.c freertos: Fix event group task list race condition 2022-06-30 20:12:26 +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: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
queue.c freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +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: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
tasks.c freertos: Add new macro to check for yielding 2022-08-11 16:02:48 +08:00
timers.c freertos: Fixed a bug where xTimerIsTimerActive incorrectly returns pdTRUE from callback 2022-07-19 10:42:09 +02:00