]> begriffs open source - freertos/commit
Re-implement the LPC18xx and SmartFusion2 run time stats implementation to use the...
authorRichard Barry <ribarry@amazon.com>
Tue, 25 Jun 2013 10:44:44 +0000 (10:44 +0000)
committerRichard Barry <ribarry@amazon.com>
Tue, 25 Jun 2013 10:44:44 +0000 (10:44 +0000)
commit87049ac37c4f92ce527bee027b50606a506a8017
tree642974a494a1a21f77762bc6d6800602a3df7189
parentcdae14a8cb1eec435edfcb3e51bfcbed00191d46
Re-implement the LPC18xx and SmartFusion2 run time stats implementation to use the free running Cortex-M cycle counter in place of the systick.
Correct the run-time stats counter implementation in the RZ demo.
Guard against run time counters going backwards in tasks.c.
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/RunTimeStatsTimer.c
FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOS_tick_config.c
FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/RunTimeStatsTimer.c
FreeRTOS/Source/tasks.c