]> git.sur5r.net Git - freertos/commit - FreeRTOS/Demo/Common/Minimal/countsem.c
Implement functionality that allows the memory required to create a queue or semaphor...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 19 Jan 2016 13:41:28 +0000 (13:41 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 19 Jan 2016 13:41:28 +0000 (13:41 +0000)
commitb43d9f7a2edd45ee8c3956f72f23df5681b0bbee
treef5f1eea94143193b212077e1992b2e6676d77513
parentf934fa7c6b2724e23523bd8a52764106e985c26b
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.

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