Prepare for V7.2.0 release.

This commit is contained in:
Richard Barry 2012-08-14 12:14:48 +00:00
parent 73ad4387e2
commit e0bab5981a
1071 changed files with 8726 additions and 2457 deletions

View file

@ -1,5 +1,5 @@
/*
FreeRTOS V7.1.1 - Copyright (C) 2012 Real Time Engineers Ltd.
FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.
***************************************************************************

View file

@ -1,5 +1,5 @@
/*
FreeRTOS V7.1.1 - Copyright (C) 2012 Real Time Engineers Ltd.
FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.
***************************************************************************

View file

@ -1,5 +1,5 @@
/*
FreeRTOS V7.1.1 - Copyright (C) 2012 Real Time Engineers Ltd.
FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.
***************************************************************************

View file

@ -1,5 +1,5 @@
/*
FreeRTOS V7.1.1 - Copyright (C) 2012 Real Time Engineers Ltd.
FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.
***************************************************************************

View file

@ -1,5 +1,5 @@
/*
FreeRTOS V7.1.1 - Copyright (C) 2012 Real Time Engineers Ltd.
FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.
***************************************************************************

View file

@ -161,7 +161,8 @@ static void vUART0Task( void *pvParameters )
Puts0( "\n\r1: To call vTaskList() and display current task status " );
Puts0( "\n\r2: To call vTaskStartTrace() and to display trace results once the trace ends" );
/* The legacy trace is no longer supported. Use FreeRTOS+Trace instead.
Puts0( "\n\r2: To call vTaskStartTrace() and to display trace results once the trace ends" ); */
/* Block on the semaphore. The UART interrupt will use the semaphore to
wake this task when required. */
@ -179,6 +180,7 @@ static void vUART0Task( void *pvParameters )
Puts0( "\r----------------------------------------------" );
break;
/* The legacy trace is no longer supported. Use FreeRTOS+Trace instead.
case '2':
vTaskStartTrace( (signed char *) buff, sizeof( buff ) );
Puts0( "\n\rThe trace started!!" );
@ -207,7 +209,7 @@ static void vUART0Task( void *pvParameters )
}
Puts0( "\r--------------------------------------------------------" );
break;
break; */
default:
break;