]> begriffs open source - freertos/commit
Continue to add the ability to create RTOS objects using static rather than dynamic...
authorRichard Barry <ribarry@amazon.com>
Wed, 20 Jan 2016 14:04:40 +0000 (14:04 +0000)
committerRichard Barry <ribarry@amazon.com>
Wed, 20 Jan 2016 14:04:40 +0000 (14:04 +0000)
commit68fced741dbd693b3fb100ce1cb7cd085654bf26
tree1ef663511fe3eeb0341ac961878b91235c31e34b
parentcf0ed4e2ac09c3611d095c8810f61c17228937b8
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.
FreeRTOS/Demo/Common/Minimal/StaticAllocation.c
FreeRTOS/Source/include/queue.h
FreeRTOS/Source/include/semphr.h
FreeRTOS/Source/queue.c