mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-18 09:08:33 -04:00
In process of module testing event_groups.c.
Introduce xPortRunning variable into Win32 simulator port layer. Add port optimised task selection macro for the GCC Win32 port layer (the MSVC version has had one for a while). Ensure the event list item value does not get modified by code in tasks.c (priority inheritance, or priority change) when it is in use by the event group implementation.
This commit is contained in:
parent
0147415c40
commit
64ad1c00b5
7 changed files with 322 additions and 134 deletions
|
@ -689,6 +689,10 @@ typedef portTickType xEventBitsType;
|
|||
#define configUSE_TRACE_FACILITY 0
|
||||
#endif
|
||||
|
||||
#ifndef configBRANCH_TEST_INSTRUCTION
|
||||
#define configBRANCH_TEST_INSTRUCTION()
|
||||
#endif
|
||||
|
||||
/* For backward compatability. */
|
||||
#define eTaskStateGet eTaskGetState
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue