]> git.sur5r.net Git - freertos/commit
Continue to add the ability to create RTOS objects using static rather than dynamic...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 20 Jan 2016 14:04:40 +0000 (14:04 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 20 Jan 2016 14:04:40 +0000 (14:04 +0000)
commit6cb6212e75687ed71369a0d32db83d8e9d4cc885
tree1ef663511fe3eeb0341ac961878b91235c31e34b
parentb43d9f7a2edd45ee8c3956f72f23df5681b0bbee
Continue to add the ability to create RTOS objects using static rather than dynamic memory allocation - now including all the semaphore types.
Update the StaticAllocation.c standard demo file to exercise the new static allocation functions.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2406 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Demo/Common/Minimal/StaticAllocation.c
FreeRTOS/Source/include/queue.h
FreeRTOS/Source/include/semphr.h
FreeRTOS/Source/queue.c