]> begriffs open source - freertos/commit
Implement functionality that allows the memory required to create a queue or semaphor...
authorRichard Barry <ribarry@amazon.com>
Tue, 19 Jan 2016 13:41:28 +0000 (13:41 +0000)
committerRichard Barry <ribarry@amazon.com>
Tue, 19 Jan 2016 13:41:28 +0000 (13:41 +0000)
commitcf0ed4e2ac09c3611d095c8810f61c17228937b8
treef5f1eea94143193b212077e1992b2e6676d77513
parenteae4815bf34fe80c37446414c415bf1a986255dd
Implement functionality that allows the memory required to create a queue or semaphore to be allocated statically.
Update the standard demo task that tests statically allocated tasks to also test statically allocated queues.
FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/main.c
FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/ReadMe_Instructions.url [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Full_Demo/IntQueueTimer.c
FreeRTOS/Demo/Common/Minimal/StaticAllocation.c
FreeRTOS/Demo/Common/Minimal/countsem.c
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/queue.h
FreeRTOS/Source/include/semphr.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/queue.c