Increase the test coverage of the GCC MPU demo that runs in the Keil simulator.

Add an MPU demo that uses the Keil simulator that also uses the Keil compiler.
Correct a few version numbers for files recently added to the repository.
This commit is contained in:
Richard Barry 2016-05-18 19:51:14 +00:00
parent ee9cd40b6d
commit e10647f9c0
22 changed files with 2296 additions and 496 deletions

View file

@ -348,7 +348,7 @@ BaseType_t xRunningPrivileged = xPortRaisePrivilege();
#endif
/*-----------------------------------------------------------*/
#if ( configGENERATE_RUN_TIME_STATS == 1 )
#if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) )
void MPU_vTaskGetRunTimeStats( char *pcWriteBuffer )
{
BaseType_t xRunningPrivileged = xPortRaisePrivilege();