]> begriffs open source - freertos/commit
Add event_groups.c and associated functions in other core files.
authorRichard Barry <ribarry@amazon.com>
Thu, 21 Nov 2013 21:46:08 +0000 (21:46 +0000)
committerRichard Barry <ribarry@amazon.com>
Thu, 21 Nov 2013 21:46:08 +0000 (21:46 +0000)
commitf54f21b8f60a4cc36a871b595ab5924df0e1ab62
treeb50e71fe8ddde35eb3ff2ca491adcea45c331570
parentfaed443e82553f9e0f4de5d169fac1c2ae3cd9cc
Add event_groups.c and associated functions in other core files.
Added xTimerPendCallbackFromISR() to provide a centralised deferred interrupt handling mechanism.
Add xPortGetLowestEverFreeHeapSize() to heap_4.c.
FreeRTOS/Source/event_groups.c [new file with mode: 0644]
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/event_groups.h [new file with mode: 0644]
FreeRTOS/Source/include/list.h
FreeRTOS/Source/include/portable.h
FreeRTOS/Source/include/projdefs.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/include/timers.h
FreeRTOS/Source/portable/MemMang/heap_4.c
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c