]> begriffs open source - freertos/commit
Clear up a few compiler warnings.
authorRichard Barry <ribarry@amazon.com>
Mon, 7 Oct 2013 12:06:17 +0000 (12:06 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 7 Oct 2013 12:06:17 +0000 (12:06 +0000)
commiteaacbb099ae49aa6db31096a212a3e287af031ef
tree4d7e5ae530171b8b6a53e864629e44036393cd54
parentbe44f8aaa7f3c28b324aac41480b6e9567ba1ed4
Clear up a few compiler warnings.
Correct header comments in the UARTCommandConsole.c file used in the SmartFusion2 demo.
Exercise the new xQueueSpacesAvailable() function in the MSVC demo.
Add defaults for the new traceMALLOC and traceFREE trace macros.
Catch tasks trying to exit their functions in the Cortex-M0 ports.
Add additional comments to timers.c in response to a support forum question.
Initialise _impure_ptr prior to the first task being started.
Prior to V7.5.0 a yield pended in the tick hook would have occurred during the same tick interrupt.  Return pdTRUE from xTaskIncrementTick() if a yield is pending to revert to that behaviour.
FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/UARTCommandConsole.c
FreeRTOS/Demo/Common/Minimal/BlockQ.c
FreeRTOS/Demo/Common/Minimal/QueueSet.c
FreeRTOS/Demo/WIN32-MSVC/main_full.c
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM0/port.c
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c