]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/include/timers.h
Add event_groups.c and associated functions in other core files.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 21 Nov 2013 21:46:08 +0000 (21:46 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 21 Nov 2013 21:46:08 +0000 (21:46 +0000)
commit475b1cbd6a8b81b33c7a50cc6d51ddee55e666d1
treeb50e71fe8ddde35eb3ff2ca491adcea45c331570
parent6145b2db23e820f8af658b9313189642064fb8b2
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.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2112 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
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