Change version numbers to V7.1.0.

This commit is contained in:
Richard Barry 2011-12-13 16:24:24 +00:00
parent 8f3b797d29
commit e3276fc282
937 changed files with 946 additions and 942 deletions

View file

@ -1,5 +1,5 @@
/*
FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.
FreeRTOS V7.1.0 - Copyright (C) 2011 Real Time Engineers Ltd.
***************************************************************************

View file

@ -1,5 +1,5 @@
/*
FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.
FreeRTOS V7.1.0 - Copyright (C) 2011 Real Time Engineers Ltd.
***************************************************************************

View file

@ -1,5 +1,5 @@
/*
FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.
FreeRTOS V7.1.0 - Copyright (C) 2011 Real Time Engineers Ltd.
***************************************************************************

View file

@ -1,5 +1,5 @@
/*
FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.
FreeRTOS V7.1.0 - Copyright (C) 2011 Real Time Engineers Ltd.
***************************************************************************

View file

@ -1,5 +1,5 @@
/*
FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.
FreeRTOS V7.1.0 - Copyright (C) 2011 Real Time Engineers Ltd.
***************************************************************************

View file

@ -1,5 +1,5 @@
/*
FreeRTOS V7.0.2 - Copyright (C) 2011 Real Time Engineers Ltd.
FreeRTOS V7.1.0 - Copyright (C) 2011 Real Time Engineers Ltd.
***************************************************************************
@ -87,7 +87,7 @@
* the interrupt is working through the back log of bytes that it needs to
* send. If the ISR is not enabled, then it will be triggered to send the first
* byte, and it will be automatically re-triggered when that byte has been
* sent. When the queue is exhausted, the ISR disables itself.
* sent. When the queue is exhausted, the ISR disables itself.
*/
static void prvCheckTransmit( void );