]> begriffs open source - freertos/commit
Add test and correct code for the unusual case of a task using an event group to...
authorRichard Barry <ribarry@amazon.com>
Mon, 31 Mar 2014 02:12:17 +0000 (02:12 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 31 Mar 2014 02:12:17 +0000 (02:12 +0000)
commit82207ebffa54da2df173147732857cf2dfc33f23
tree026b8857d2f8ba9d9377ff62f1e176a6b9b0fca0
parentef7f3c532067afd7bba042cd381009d84d003c37
Add test and correct code for the unusual case of a task using an event group to synchronise only with itself.
Add critical sections around call to prvResetNextTaskUnblockTime() that can occur from within a task.
FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c
FreeRTOS/Source/event_groups.c
FreeRTOS/Source/tasks.c