]> begriffs open source - freertos/commit
In process of module testing event_groups.c.
authorRichard Barry <ribarry@amazon.com>
Mon, 23 Dec 2013 16:02:03 +0000 (16:02 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 23 Dec 2013 16:02:03 +0000 (16:02 +0000)
commit64ad1c00b5b2523737d7d790253fcbaadbbf6a5c
treeee5367e2dffab61ff7d2077a415ddd827484e3b5
parent0147415c408a57c4383c2bad1807101baa04a825
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.
FreeRTOS/Source/event_groups.c
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/event_groups.h
FreeRTOS/Source/include/timers.h
FreeRTOS/Source/portable/MSVC-MingW/port.c
FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
FreeRTOS/Source/tasks.c