]> git.sur5r.net Git - freertos/commit
Ensure the code builds when configSUPPORT_STATIC_ALLOCATION is 0.
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 22 Jan 2016 22:09:11 +0000 (22:09 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 22 Jan 2016 22:09:11 +0000 (22:09 +0000)
commitfced3b44208b1ef33f4f265340fe241f34586e6d
treea85bdcdaa0ac7e41cee150152bcc4e0718a3147b
parentc4048f14ba54529db8a393769426b0822b712c2a
Ensure the code builds when configSUPPORT_STATIC_ALLOCATION is 0.
Continue to document the new static allocation functions.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2408 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/STM32L_low_power_tick_management.c
FreeRTOS/Source/event_groups.c
FreeRTOS/Source/include/queue.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/include/timers.h
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c