FreeRTOS-Kernel/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole
Richard Barry eaacbb099a 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.
2013-10-07 12:06:17 +00:00
..
LiberoOutput Rename the SmartFusion2 demo directory. 2013-05-13 09:26:39 +00:00
RTOSDemo Clear up a few compiler warnings. 2013-10-07 12:06:17 +00:00
RTOSDemo_Hardware_Platform Rename the SmartFusion2 demo directory. 2013-05-13 09:26:39 +00:00
CreateProjectDirectoryStructure.bat Rename the SmartFusion2 demo directory. 2013-05-13 09:26:39 +00:00