From cadef391a78103e160e1ee8452a56275644bfc08 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sat, 9 Jan 2010 14:31:39 +0000 Subject: [PATCH] Update to V6.0.2. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@952 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Source/croutine.c | 2 +- Source/include/FreeRTOS.h | 2 +- Source/include/StackMacros.h | 2 +- Source/include/croutine.h | 2 +- Source/include/list.h | 2 +- Source/include/mpu_wrappers.h | 2 +- Source/include/portable.h | 2 +- Source/include/projdefs.h | 2 +- Source/include/queue.h | 2 +- Source/include/semphr.h | 2 +- Source/include/task.h | 4 ++-- Source/list.c | 2 +- Source/portable/BCC/16BitDOS/Flsh186/port.c | 2 +- Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h | 2 +- Source/portable/BCC/16BitDOS/PC/port.c | 2 +- Source/portable/BCC/16BitDOS/PC/prtmacro.h | 2 +- Source/portable/BCC/16BitDOS/common/portasm.h | 2 +- Source/portable/BCC/16BitDOS/common/portcomn.c | 2 +- Source/portable/CodeWarrior/ColdFire_V1/port.c | 2 +- Source/portable/CodeWarrior/ColdFire_V1/portasm.S | 2 +- Source/portable/CodeWarrior/ColdFire_V1/portmacro.h | 2 +- Source/portable/CodeWarrior/ColdFire_V2/port.c | 2 +- Source/portable/CodeWarrior/ColdFire_V2/portasm.S | 2 +- Source/portable/CodeWarrior/ColdFire_V2/portmacro.h | 2 +- Source/portable/CodeWarrior/HCS12/port.c | 2 +- Source/portable/CodeWarrior/HCS12/portmacro.h | 2 +- Source/portable/GCC/ARM7_AT91FR40008/port.c | 2 +- Source/portable/GCC/ARM7_AT91FR40008/portISR.c | 2 +- Source/portable/GCC/ARM7_AT91FR40008/portmacro.h | 2 +- Source/portable/GCC/ARM7_AT91SAM7S/port.c | 2 +- Source/portable/GCC/ARM7_AT91SAM7S/portISR.c | 2 +- Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h | 2 +- Source/portable/GCC/ARM7_LPC2000/port.c | 2 +- Source/portable/GCC/ARM7_LPC2000/portISR.c | 2 +- Source/portable/GCC/ARM7_LPC2000/portmacro.h | 2 +- Source/portable/GCC/ARM7_LPC23xx/port.c | 2 +- Source/portable/GCC/ARM7_LPC23xx/portISR.c | 2 +- Source/portable/GCC/ARM7_LPC23xx/portmacro.h | 2 +- Source/portable/GCC/ARM_CM3/port.c | 2 +- Source/portable/GCC/ARM_CM3/portmacro.h | 2 +- Source/portable/GCC/ARM_CM3_MPU/port.c | 2 +- Source/portable/GCC/ARM_CM3_MPU/portmacro.h | 2 +- Source/portable/GCC/ATMega323/port.c | 2 +- Source/portable/GCC/ATMega323/portmacro.h | 2 +- Source/portable/GCC/AVR32_UC3/port.c | 2 +- Source/portable/GCC/AVR32_UC3/portmacro.h | 2 +- Source/portable/GCC/ColdFire_V2/port.c | 2 +- Source/portable/GCC/ColdFire_V2/portasm.S | 2 +- Source/portable/GCC/ColdFire_V2/portmacro.h | 2 +- Source/portable/GCC/H8S2329/port.c | 2 +- Source/portable/GCC/H8S2329/portmacro.h | 2 +- Source/portable/GCC/HCS12/port.c | 2 +- Source/portable/GCC/HCS12/portmacro.h | 2 +- Source/portable/GCC/MSP430F449/port.c | 2 +- Source/portable/GCC/MSP430F449/portmacro.h | 2 +- Source/portable/GCC/MicroBlaze/port.c | 2 +- Source/portable/GCC/MicroBlaze/portmacro.h | 2 +- Source/portable/GCC/NiosII/port.c | 2 +- Source/portable/GCC/NiosII/port_asm.S | 2 +- Source/portable/GCC/NiosII/portmacro.h | 2 +- Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h | 2 +- Source/portable/GCC/PPC405_Xilinx/port.c | 2 +- Source/portable/GCC/PPC405_Xilinx/portasm.S | 2 +- Source/portable/GCC/PPC405_Xilinx/portmacro.h | 2 +- Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h | 2 +- Source/portable/GCC/PPC440_Xilinx/port.c | 2 +- Source/portable/GCC/PPC440_Xilinx/portasm.S | 2 +- Source/portable/GCC/PPC440_Xilinx/portmacro.h | 2 +- Source/portable/GCC/STR75x/port.c | 2 +- Source/portable/GCC/STR75x/portISR.c | 2 +- Source/portable/GCC/STR75x/portmacro.h | 2 +- Source/portable/IAR/78K0R/ISR_Support.h | 2 +- Source/portable/IAR/78K0R/port.c | 2 +- Source/portable/IAR/78K0R/portasm.s26 | 2 +- Source/portable/IAR/78K0R/portmacro.h | 2 +- Source/portable/IAR/ARM_CM3/port.c | 2 +- Source/portable/IAR/ARM_CM3/portasm.s | 2 +- Source/portable/IAR/ARM_CM3/portmacro.h | 2 +- Source/portable/IAR/ATMega323/port.c | 2 +- Source/portable/IAR/ATMega323/portmacro.h | 2 +- Source/portable/IAR/ATMega323/portmacro.s90 | 2 +- Source/portable/IAR/AVR32_UC3/port.c | 2 +- Source/portable/IAR/AVR32_UC3/portmacro.h | 2 +- Source/portable/IAR/AtmelSAM7S64/port.c | 2 +- Source/portable/IAR/AtmelSAM7S64/portmacro.h | 2 +- Source/portable/IAR/AtmelSAM9XE/port.c | 2 +- Source/portable/IAR/AtmelSAM9XE/portmacro.h | 2 +- Source/portable/IAR/LPC2000/port.c | 2 +- Source/portable/IAR/LPC2000/portmacro.h | 2 +- Source/portable/IAR/MSP430/port.c | 2 +- Source/portable/IAR/MSP430/portasm.h | 2 +- Source/portable/IAR/MSP430/portext.s43 | 2 +- Source/portable/IAR/MSP430/portmacro.h | 2 +- Source/portable/IAR/STR71x/port.c | 2 +- Source/portable/IAR/STR71x/portmacro.h | 2 +- Source/portable/IAR/STR75x/ISR_Support.h | 2 +- Source/portable/IAR/STR75x/port.c | 2 +- Source/portable/IAR/STR75x/portasm.s79 | 2 +- Source/portable/IAR/STR75x/portmacro.h | 2 +- Source/portable/IAR/STR91x/ISR_Support.h | 2 +- Source/portable/IAR/STR91x/port.c | 2 +- Source/portable/IAR/STR91x/portasm.s79 | 2 +- Source/portable/IAR/STR91x/portmacro.h | 2 +- Source/portable/IAR/V850ES/ISR_Support.h | 2 +- Source/portable/IAR/V850ES/port.c | 2 +- Source/portable/IAR/V850ES/portasm.s85 | 2 +- Source/portable/IAR/V850ES/portasm_Fx3.s85 | 2 +- Source/portable/IAR/V850ES/portasm_Hx2.s85 | 2 +- Source/portable/IAR/V850ES/portmacro.h | 2 +- Source/portable/MPLAB/PIC18F/port.c | 2 +- Source/portable/MPLAB/PIC18F/portmacro.h | 2 +- Source/portable/MPLAB/PIC24_dsPIC/port.c | 2 +- Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S | 2 +- Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S | 2 +- Source/portable/MPLAB/PIC24_dsPIC/portmacro.h | 2 +- Source/portable/MPLAB/PIC32MX/ISR_Support.h | 2 +- Source/portable/MPLAB/PIC32MX/port.c | 2 +- Source/portable/MPLAB/PIC32MX/port_asm.S | 2 +- Source/portable/MPLAB/PIC32MX/portmacro.h | 2 +- Source/portable/MemMang/heap_1.c | 2 +- Source/portable/MemMang/heap_2.c | 2 +- Source/portable/MemMang/heap_3.c | 2 +- Source/portable/Paradigm/Tern_EE/large_untested/port.c | 2 +- Source/portable/Paradigm/Tern_EE/large_untested/portasm.h | 2 +- Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h | 2 +- Source/portable/Paradigm/Tern_EE/small/port.c | 2 +- Source/portable/Paradigm/Tern_EE/small/portasm.h | 2 +- Source/portable/Paradigm/Tern_EE/small/portmacro.h | 2 +- Source/portable/RVDS/ARM7_LPC21xx/port.c | 2 +- Source/portable/RVDS/ARM7_LPC21xx/portASM.s | 2 +- Source/portable/RVDS/ARM7_LPC21xx/portmacro.h | 2 +- Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc | 2 +- Source/portable/RVDS/ARM_CM3/port.c | 2 +- Source/portable/RVDS/ARM_CM3/portmacro.h | 2 +- Source/portable/Rowley/MSP430F449/port.c | 2 +- Source/portable/Rowley/MSP430F449/portasm.h | 2 +- Source/portable/Rowley/MSP430F449/portext.asm | 2 +- Source/portable/Rowley/MSP430F449/portmacro.h | 2 +- Source/portable/SDCC/Cygnal/port.c | 2 +- Source/portable/SDCC/Cygnal/portmacro.h | 2 +- Source/portable/Softune/MB91460/port.c | 2 +- Source/portable/Softune/MB91460/portmacro.h | 2 +- Source/portable/Softune/MB96340/port.c | 2 +- Source/portable/Softune/MB96340/portmacro.h | 2 +- Source/portable/WizC/PIC18/Drivers/Tick/Tick.c | 2 +- Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c | 2 +- Source/portable/WizC/PIC18/addFreeRTOS.h | 2 +- Source/portable/WizC/PIC18/port.c | 2 +- Source/portable/WizC/PIC18/portmacro.h | 2 +- Source/portable/oWatcom/16BitDOS/Flsh186/port.c | 2 +- Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h | 2 +- Source/portable/oWatcom/16BitDOS/PC/port.c | 2 +- Source/portable/oWatcom/16BitDOS/PC/portmacro.h | 2 +- Source/portable/oWatcom/16BitDOS/common/portasm.h | 2 +- Source/portable/oWatcom/16BitDOS/common/portcomn.c | 2 +- Source/queue.c | 2 +- Source/tasks.c | 2 +- 157 files changed, 158 insertions(+), 158 deletions(-) diff --git a/Source/croutine.c b/Source/croutine.c index 03e462908..3590e5c3d 100644 --- a/Source/croutine.c +++ b/Source/croutine.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/include/FreeRTOS.h b/Source/include/FreeRTOS.h index e49c3abb9..2216767fb 100644 --- a/Source/include/FreeRTOS.h +++ b/Source/include/FreeRTOS.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/include/StackMacros.h b/Source/include/StackMacros.h index 65233dfbd..91fbda5ee 100644 --- a/Source/include/StackMacros.h +++ b/Source/include/StackMacros.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/include/croutine.h b/Source/include/croutine.h index a29f9a3a2..f4e41a4fa 100644 --- a/Source/include/croutine.h +++ b/Source/include/croutine.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/include/list.h b/Source/include/list.h index 72a5a859d..42a1bdd46 100644 --- a/Source/include/list.h +++ b/Source/include/list.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/include/mpu_wrappers.h b/Source/include/mpu_wrappers.h index ffca24ae4..82f71920b 100644 --- a/Source/include/mpu_wrappers.h +++ b/Source/include/mpu_wrappers.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/include/portable.h b/Source/include/portable.h index 28a3b59c2..e0f004e06 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/include/projdefs.h b/Source/include/projdefs.h index 764526da4..7f25d3677 100644 --- a/Source/include/projdefs.h +++ b/Source/include/projdefs.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/include/queue.h b/Source/include/queue.h index 146c31b94..65ef25628 100644 --- a/Source/include/queue.h +++ b/Source/include/queue.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/include/semphr.h b/Source/include/semphr.h index 258d72cbd..9e9e3741d 100644 --- a/Source/include/semphr.h +++ b/Source/include/semphr.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/include/task.h b/Source/include/task.h index 30f3bf40a..41054cd57 100644 --- a/Source/include/task.h +++ b/Source/include/task.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * @@ -72,7 +72,7 @@ extern "C" { * MACROS AND DEFINITIONS *----------------------------------------------------------*/ -#define tskKERNEL_VERSION_NUMBER "V6.0.1" +#define tskKERNEL_VERSION_NUMBER "V6.0.2" /** * task. h diff --git a/Source/list.c b/Source/list.c index 7bfd71191..6fa78b15a 100644 --- a/Source/list.c +++ b/Source/list.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/BCC/16BitDOS/Flsh186/port.c b/Source/portable/BCC/16BitDOS/Flsh186/port.c index fb730075e..1842b5d69 100644 --- a/Source/portable/BCC/16BitDOS/Flsh186/port.c +++ b/Source/portable/BCC/16BitDOS/Flsh186/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h index 62c8a939f..bf3b2c047 100644 --- a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h +++ b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/BCC/16BitDOS/PC/port.c b/Source/portable/BCC/16BitDOS/PC/port.c index 34636a8c6..11471d176 100644 --- a/Source/portable/BCC/16BitDOS/PC/port.c +++ b/Source/portable/BCC/16BitDOS/PC/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/Source/portable/BCC/16BitDOS/PC/prtmacro.h index 876a804b9..fbb54be47 100644 --- a/Source/portable/BCC/16BitDOS/PC/prtmacro.h +++ b/Source/portable/BCC/16BitDOS/PC/prtmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/BCC/16BitDOS/common/portasm.h b/Source/portable/BCC/16BitDOS/common/portasm.h index 406dbc03c..e7d513da7 100644 --- a/Source/portable/BCC/16BitDOS/common/portasm.h +++ b/Source/portable/BCC/16BitDOS/common/portasm.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/BCC/16BitDOS/common/portcomn.c b/Source/portable/BCC/16BitDOS/common/portcomn.c index 56c384fbe..ab36460b1 100644 --- a/Source/portable/BCC/16BitDOS/common/portcomn.c +++ b/Source/portable/BCC/16BitDOS/common/portcomn.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/CodeWarrior/ColdFire_V1/port.c b/Source/portable/CodeWarrior/ColdFire_V1/port.c index 56463ca17..56de0cb7e 100644 --- a/Source/portable/CodeWarrior/ColdFire_V1/port.c +++ b/Source/portable/CodeWarrior/ColdFire_V1/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/CodeWarrior/ColdFire_V1/portasm.S b/Source/portable/CodeWarrior/ColdFire_V1/portasm.S index 73ee5adc8..c86eec812 100644 --- a/Source/portable/CodeWarrior/ColdFire_V1/portasm.S +++ b/Source/portable/CodeWarrior/ColdFire_V1/portasm.S @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h index 01453a0f2..8d3138e00 100644 --- a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h +++ b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/CodeWarrior/ColdFire_V2/port.c b/Source/portable/CodeWarrior/ColdFire_V2/port.c index 5fc4a7fa7..fa3544d7b 100644 --- a/Source/portable/CodeWarrior/ColdFire_V2/port.c +++ b/Source/portable/CodeWarrior/ColdFire_V2/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S index 305db829f..15527ec5c 100644 --- a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S +++ b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h index a046f1c67..758008772 100644 --- a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h +++ b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/CodeWarrior/HCS12/port.c b/Source/portable/CodeWarrior/HCS12/port.c index e1b07ebc3..2ecbf685f 100644 --- a/Source/portable/CodeWarrior/HCS12/port.c +++ b/Source/portable/CodeWarrior/HCS12/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/CodeWarrior/HCS12/portmacro.h b/Source/portable/CodeWarrior/HCS12/portmacro.h index 31df1ede3..5ad6b7c35 100644 --- a/Source/portable/CodeWarrior/HCS12/portmacro.h +++ b/Source/portable/CodeWarrior/HCS12/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ARM7_AT91FR40008/port.c b/Source/portable/GCC/ARM7_AT91FR40008/port.c index 2af9108f2..3cef529da 100644 --- a/Source/portable/GCC/ARM7_AT91FR40008/port.c +++ b/Source/portable/GCC/ARM7_AT91FR40008/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c index ecadff618..b08c8d3aa 100644 --- a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c +++ b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h index a4ae53465..3f6394e05 100644 --- a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h +++ b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/Source/portable/GCC/ARM7_AT91SAM7S/port.c index 05b4d0683..5f61f0ce5 100644 --- a/Source/portable/GCC/ARM7_AT91SAM7S/port.c +++ b/Source/portable/GCC/ARM7_AT91SAM7S/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c index 9179e3d2e..f646b9eb2 100644 --- a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c +++ b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h index 4393dc147..664ea9aab 100644 --- a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h +++ b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ARM7_LPC2000/port.c b/Source/portable/GCC/ARM7_LPC2000/port.c index aa7c91967..d8c1b3eac 100644 --- a/Source/portable/GCC/ARM7_LPC2000/port.c +++ b/Source/portable/GCC/ARM7_LPC2000/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ARM7_LPC2000/portISR.c b/Source/portable/GCC/ARM7_LPC2000/portISR.c index f678b91fd..6d764b6b1 100644 --- a/Source/portable/GCC/ARM7_LPC2000/portISR.c +++ b/Source/portable/GCC/ARM7_LPC2000/portISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/Source/portable/GCC/ARM7_LPC2000/portmacro.h index 9b6889b93..074d9768c 100644 --- a/Source/portable/GCC/ARM7_LPC2000/portmacro.h +++ b/Source/portable/GCC/ARM7_LPC2000/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ARM7_LPC23xx/port.c b/Source/portable/GCC/ARM7_LPC23xx/port.c index d41d420c9..c288a2c98 100644 --- a/Source/portable/GCC/ARM7_LPC23xx/port.c +++ b/Source/portable/GCC/ARM7_LPC23xx/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ARM7_LPC23xx/portISR.c b/Source/portable/GCC/ARM7_LPC23xx/portISR.c index c30841f8d..63f93ec26 100644 --- a/Source/portable/GCC/ARM7_LPC23xx/portISR.c +++ b/Source/portable/GCC/ARM7_LPC23xx/portISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h index bc591c3ed..b6d56364a 100644 --- a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h +++ b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ARM_CM3/port.c b/Source/portable/GCC/ARM_CM3/port.c index 9ab31bdca..2dc193c54 100644 --- a/Source/portable/GCC/ARM_CM3/port.c +++ b/Source/portable/GCC/ARM_CM3/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ARM_CM3/portmacro.h b/Source/portable/GCC/ARM_CM3/portmacro.h index 673d81692..36b429192 100644 --- a/Source/portable/GCC/ARM_CM3/portmacro.h +++ b/Source/portable/GCC/ARM_CM3/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ARM_CM3_MPU/port.c b/Source/portable/GCC/ARM_CM3_MPU/port.c index 268971ed1..70ec32eaf 100644 --- a/Source/portable/GCC/ARM_CM3_MPU/port.c +++ b/Source/portable/GCC/ARM_CM3_MPU/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ARM_CM3_MPU/portmacro.h b/Source/portable/GCC/ARM_CM3_MPU/portmacro.h index 257d693b4..69e95b4c7 100644 --- a/Source/portable/GCC/ARM_CM3_MPU/portmacro.h +++ b/Source/portable/GCC/ARM_CM3_MPU/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c index 2077e9267..7f1644e1f 100644 --- a/Source/portable/GCC/ATMega323/port.c +++ b/Source/portable/GCC/ATMega323/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ATMega323/portmacro.h b/Source/portable/GCC/ATMega323/portmacro.h index 84be44e70..7a5b2a58f 100644 --- a/Source/portable/GCC/ATMega323/portmacro.h +++ b/Source/portable/GCC/ATMega323/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/AVR32_UC3/port.c b/Source/portable/GCC/AVR32_UC3/port.c index c3cfc6752..e8df12c1e 100644 --- a/Source/portable/GCC/AVR32_UC3/port.c +++ b/Source/portable/GCC/AVR32_UC3/port.c @@ -13,7 +13,7 @@ *****************************************************************************/ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/AVR32_UC3/portmacro.h b/Source/portable/GCC/AVR32_UC3/portmacro.h index 7cd879825..b0e36fbce 100644 --- a/Source/portable/GCC/AVR32_UC3/portmacro.h +++ b/Source/portable/GCC/AVR32_UC3/portmacro.h @@ -13,7 +13,7 @@ *****************************************************************************/ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ColdFire_V2/port.c b/Source/portable/GCC/ColdFire_V2/port.c index 1381214fb..3f1a36be9 100644 --- a/Source/portable/GCC/ColdFire_V2/port.c +++ b/Source/portable/GCC/ColdFire_V2/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ColdFire_V2/portasm.S b/Source/portable/GCC/ColdFire_V2/portasm.S index 9cfb30fc2..7f20c2ded 100644 --- a/Source/portable/GCC/ColdFire_V2/portasm.S +++ b/Source/portable/GCC/ColdFire_V2/portasm.S @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/ColdFire_V2/portmacro.h b/Source/portable/GCC/ColdFire_V2/portmacro.h index 9c780933d..623cd16cd 100644 --- a/Source/portable/GCC/ColdFire_V2/portmacro.h +++ b/Source/portable/GCC/ColdFire_V2/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/H8S2329/port.c b/Source/portable/GCC/H8S2329/port.c index 4177767f5..7c7fda0c8 100644 --- a/Source/portable/GCC/H8S2329/port.c +++ b/Source/portable/GCC/H8S2329/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/H8S2329/portmacro.h b/Source/portable/GCC/H8S2329/portmacro.h index d6957b673..e75292b87 100644 --- a/Source/portable/GCC/H8S2329/portmacro.h +++ b/Source/portable/GCC/H8S2329/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/HCS12/port.c b/Source/portable/GCC/HCS12/port.c index 15ea2f969..208dec876 100644 --- a/Source/portable/GCC/HCS12/port.c +++ b/Source/portable/GCC/HCS12/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/HCS12/portmacro.h b/Source/portable/GCC/HCS12/portmacro.h index a92a70ce8..97562bd33 100644 --- a/Source/portable/GCC/HCS12/portmacro.h +++ b/Source/portable/GCC/HCS12/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/MSP430F449/port.c b/Source/portable/GCC/MSP430F449/port.c index f9d2cc83a..41ba76791 100644 --- a/Source/portable/GCC/MSP430F449/port.c +++ b/Source/portable/GCC/MSP430F449/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/MSP430F449/portmacro.h b/Source/portable/GCC/MSP430F449/portmacro.h index e1856279d..f45986b39 100644 --- a/Source/portable/GCC/MSP430F449/portmacro.h +++ b/Source/portable/GCC/MSP430F449/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/MicroBlaze/port.c b/Source/portable/GCC/MicroBlaze/port.c index e87a6d173..5970e290e 100644 --- a/Source/portable/GCC/MicroBlaze/port.c +++ b/Source/portable/GCC/MicroBlaze/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/MicroBlaze/portmacro.h b/Source/portable/GCC/MicroBlaze/portmacro.h index bb1b9f8b0..b02ef2528 100644 --- a/Source/portable/GCC/MicroBlaze/portmacro.h +++ b/Source/portable/GCC/MicroBlaze/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/NiosII/port.c b/Source/portable/GCC/NiosII/port.c index 77a4d40aa..6cb3d847c 100644 --- a/Source/portable/GCC/NiosII/port.c +++ b/Source/portable/GCC/NiosII/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/NiosII/port_asm.S b/Source/portable/GCC/NiosII/port_asm.S index 07d39996c..07262b88a 100644 --- a/Source/portable/GCC/NiosII/port_asm.S +++ b/Source/portable/GCC/NiosII/port_asm.S @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/NiosII/portmacro.h b/Source/portable/GCC/NiosII/portmacro.h index 0013cb626..84ab76331 100644 --- a/Source/portable/GCC/NiosII/portmacro.h +++ b/Source/portable/GCC/NiosII/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h index f7d1763c9..e4b12b4b1 100644 --- a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h +++ b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/PPC405_Xilinx/port.c b/Source/portable/GCC/PPC405_Xilinx/port.c index 6c3eaa308..f7dfad39c 100644 --- a/Source/portable/GCC/PPC405_Xilinx/port.c +++ b/Source/portable/GCC/PPC405_Xilinx/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/PPC405_Xilinx/portasm.S b/Source/portable/GCC/PPC405_Xilinx/portasm.S index 15f3d8d01..221a77a20 100644 --- a/Source/portable/GCC/PPC405_Xilinx/portasm.S +++ b/Source/portable/GCC/PPC405_Xilinx/portasm.S @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/Source/portable/GCC/PPC405_Xilinx/portmacro.h index bb6a3e7f1..7be0318f2 100644 --- a/Source/portable/GCC/PPC405_Xilinx/portmacro.h +++ b/Source/portable/GCC/PPC405_Xilinx/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h index f7d1763c9..e4b12b4b1 100644 --- a/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h +++ b/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/PPC440_Xilinx/port.c b/Source/portable/GCC/PPC440_Xilinx/port.c index 31c1139a1..368e8afb2 100644 --- a/Source/portable/GCC/PPC440_Xilinx/port.c +++ b/Source/portable/GCC/PPC440_Xilinx/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/PPC440_Xilinx/portasm.S b/Source/portable/GCC/PPC440_Xilinx/portasm.S index 15f3d8d01..221a77a20 100644 --- a/Source/portable/GCC/PPC440_Xilinx/portasm.S +++ b/Source/portable/GCC/PPC440_Xilinx/portasm.S @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/PPC440_Xilinx/portmacro.h b/Source/portable/GCC/PPC440_Xilinx/portmacro.h index bb6a3e7f1..7be0318f2 100644 --- a/Source/portable/GCC/PPC440_Xilinx/portmacro.h +++ b/Source/portable/GCC/PPC440_Xilinx/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/STR75x/port.c b/Source/portable/GCC/STR75x/port.c index 4e15fe6ad..d46bd5059 100644 --- a/Source/portable/GCC/STR75x/port.c +++ b/Source/portable/GCC/STR75x/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/STR75x/portISR.c b/Source/portable/GCC/STR75x/portISR.c index 5e1ff9013..86c916090 100644 --- a/Source/portable/GCC/STR75x/portISR.c +++ b/Source/portable/GCC/STR75x/portISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/GCC/STR75x/portmacro.h b/Source/portable/GCC/STR75x/portmacro.h index da8bf268c..02c81c3e4 100644 --- a/Source/portable/GCC/STR75x/portmacro.h +++ b/Source/portable/GCC/STR75x/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/78K0R/ISR_Support.h b/Source/portable/IAR/78K0R/ISR_Support.h index 18b25da1e..17360780a 100644 --- a/Source/portable/IAR/78K0R/ISR_Support.h +++ b/Source/portable/IAR/78K0R/ISR_Support.h @@ -1,5 +1,5 @@ ;/* -; FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. +; FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. ; ; *************************************************************************** ; * * diff --git a/Source/portable/IAR/78K0R/port.c b/Source/portable/IAR/78K0R/port.c index 2de54e58a..75b1c2a45 100644 --- a/Source/portable/IAR/78K0R/port.c +++ b/Source/portable/IAR/78K0R/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/78K0R/portasm.s26 b/Source/portable/IAR/78K0R/portasm.s26 index 5cc3b0dba..1427636f1 100644 --- a/Source/portable/IAR/78K0R/portasm.s26 +++ b/Source/portable/IAR/78K0R/portasm.s26 @@ -1,5 +1,5 @@ ;/* -; FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. +; FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. ; ; *************************************************************************** ; * * diff --git a/Source/portable/IAR/78K0R/portmacro.h b/Source/portable/IAR/78K0R/portmacro.h index 8b80284be..12277b455 100644 --- a/Source/portable/IAR/78K0R/portmacro.h +++ b/Source/portable/IAR/78K0R/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/ARM_CM3/port.c b/Source/portable/IAR/ARM_CM3/port.c index 702db13d6..0c4bd72e9 100644 --- a/Source/portable/IAR/ARM_CM3/port.c +++ b/Source/portable/IAR/ARM_CM3/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/ARM_CM3/portasm.s b/Source/portable/IAR/ARM_CM3/portasm.s index 863882e5a..56d3b5094 100644 --- a/Source/portable/IAR/ARM_CM3/portasm.s +++ b/Source/portable/IAR/ARM_CM3/portasm.s @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/ARM_CM3/portmacro.h b/Source/portable/IAR/ARM_CM3/portmacro.h index bed8d5b46..2d2df5166 100644 --- a/Source/portable/IAR/ARM_CM3/portmacro.h +++ b/Source/portable/IAR/ARM_CM3/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/ATMega323/port.c b/Source/portable/IAR/ATMega323/port.c index 271815a99..422be1db4 100644 --- a/Source/portable/IAR/ATMega323/port.c +++ b/Source/portable/IAR/ATMega323/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/ATMega323/portmacro.h b/Source/portable/IAR/ATMega323/portmacro.h index 97e6cd924..bf35a2606 100644 --- a/Source/portable/IAR/ATMega323/portmacro.h +++ b/Source/portable/IAR/ATMega323/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/ATMega323/portmacro.s90 b/Source/portable/IAR/ATMega323/portmacro.s90 index 90686ef32..24cd4ff15 100644 --- a/Source/portable/IAR/ATMega323/portmacro.s90 +++ b/Source/portable/IAR/ATMega323/portmacro.s90 @@ -1,5 +1,5 @@ ;/* -; FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. +; FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. ; ; *************************************************************************** ; * * diff --git a/Source/portable/IAR/AVR32_UC3/port.c b/Source/portable/IAR/AVR32_UC3/port.c index e0c3205e4..22a1411a3 100644 --- a/Source/portable/IAR/AVR32_UC3/port.c +++ b/Source/portable/IAR/AVR32_UC3/port.c @@ -13,7 +13,7 @@ *****************************************************************************/ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/AVR32_UC3/portmacro.h b/Source/portable/IAR/AVR32_UC3/portmacro.h index 33e9e4f8f..75ed57e95 100644 --- a/Source/portable/IAR/AVR32_UC3/portmacro.h +++ b/Source/portable/IAR/AVR32_UC3/portmacro.h @@ -13,7 +13,7 @@ *****************************************************************************/ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/AtmelSAM7S64/port.c b/Source/portable/IAR/AtmelSAM7S64/port.c index bb3379f1b..508a20b25 100644 --- a/Source/portable/IAR/AtmelSAM7S64/port.c +++ b/Source/portable/IAR/AtmelSAM7S64/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/Source/portable/IAR/AtmelSAM7S64/portmacro.h index 278fa9de1..a6c85c921 100644 --- a/Source/portable/IAR/AtmelSAM7S64/portmacro.h +++ b/Source/portable/IAR/AtmelSAM7S64/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/AtmelSAM9XE/port.c b/Source/portable/IAR/AtmelSAM9XE/port.c index 3a80524a2..f1f1a2b93 100644 --- a/Source/portable/IAR/AtmelSAM9XE/port.c +++ b/Source/portable/IAR/AtmelSAM9XE/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/AtmelSAM9XE/portmacro.h b/Source/portable/IAR/AtmelSAM9XE/portmacro.h index 022d29595..7f9e46a7e 100644 --- a/Source/portable/IAR/AtmelSAM9XE/portmacro.h +++ b/Source/portable/IAR/AtmelSAM9XE/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/LPC2000/port.c b/Source/portable/IAR/LPC2000/port.c index 03cf6ce76..cd5ad6ad8 100644 --- a/Source/portable/IAR/LPC2000/port.c +++ b/Source/portable/IAR/LPC2000/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/LPC2000/portmacro.h b/Source/portable/IAR/LPC2000/portmacro.h index 82a073079..22b36dd30 100644 --- a/Source/portable/IAR/LPC2000/portmacro.h +++ b/Source/portable/IAR/LPC2000/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/MSP430/port.c b/Source/portable/IAR/MSP430/port.c index c30dda7e5..297bf87a0 100644 --- a/Source/portable/IAR/MSP430/port.c +++ b/Source/portable/IAR/MSP430/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/MSP430/portasm.h b/Source/portable/IAR/MSP430/portasm.h index a3c4774e9..ec14babca 100644 --- a/Source/portable/IAR/MSP430/portasm.h +++ b/Source/portable/IAR/MSP430/portasm.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/MSP430/portext.s43 b/Source/portable/IAR/MSP430/portext.s43 index e4fd544e3..b92f70ec6 100644 --- a/Source/portable/IAR/MSP430/portext.s43 +++ b/Source/portable/IAR/MSP430/portext.s43 @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/MSP430/portmacro.h b/Source/portable/IAR/MSP430/portmacro.h index 1f95ef255..f7f8d043e 100644 --- a/Source/portable/IAR/MSP430/portmacro.h +++ b/Source/portable/IAR/MSP430/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/STR71x/port.c b/Source/portable/IAR/STR71x/port.c index 3bcefaec0..f486ee33b 100644 --- a/Source/portable/IAR/STR71x/port.c +++ b/Source/portable/IAR/STR71x/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/STR71x/portmacro.h b/Source/portable/IAR/STR71x/portmacro.h index cee3a82d4..a6a6cdae9 100644 --- a/Source/portable/IAR/STR71x/portmacro.h +++ b/Source/portable/IAR/STR71x/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/STR75x/ISR_Support.h b/Source/portable/IAR/STR75x/ISR_Support.h index df633660c..ce9b4d148 100644 --- a/Source/portable/IAR/STR75x/ISR_Support.h +++ b/Source/portable/IAR/STR75x/ISR_Support.h @@ -1,5 +1,5 @@ ;/* -; FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. +; FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. ; ; *************************************************************************** ; * * diff --git a/Source/portable/IAR/STR75x/port.c b/Source/portable/IAR/STR75x/port.c index 4be42dd19..c089fad3a 100644 --- a/Source/portable/IAR/STR75x/port.c +++ b/Source/portable/IAR/STR75x/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/STR75x/portasm.s79 b/Source/portable/IAR/STR75x/portasm.s79 index 1d27826c7..cd449d5c4 100644 --- a/Source/portable/IAR/STR75x/portasm.s79 +++ b/Source/portable/IAR/STR75x/portasm.s79 @@ -1,5 +1,5 @@ ;/* -; FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. +; FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. ; ; *************************************************************************** ; * * diff --git a/Source/portable/IAR/STR75x/portmacro.h b/Source/portable/IAR/STR75x/portmacro.h index bf08b8125..6b94d78e4 100644 --- a/Source/portable/IAR/STR75x/portmacro.h +++ b/Source/portable/IAR/STR75x/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/STR91x/ISR_Support.h b/Source/portable/IAR/STR91x/ISR_Support.h index ffeab073b..2d6d23ecc 100644 --- a/Source/portable/IAR/STR91x/ISR_Support.h +++ b/Source/portable/IAR/STR91x/ISR_Support.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/STR91x/port.c b/Source/portable/IAR/STR91x/port.c index c621a799b..867df5f96 100644 --- a/Source/portable/IAR/STR91x/port.c +++ b/Source/portable/IAR/STR91x/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/STR91x/portasm.s79 b/Source/portable/IAR/STR91x/portasm.s79 index 4dbdcd63d..7abb9463b 100644 --- a/Source/portable/IAR/STR91x/portasm.s79 +++ b/Source/portable/IAR/STR91x/portasm.s79 @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/STR91x/portmacro.h b/Source/portable/IAR/STR91x/portmacro.h index 3ed8132e7..91961415b 100644 --- a/Source/portable/IAR/STR91x/portmacro.h +++ b/Source/portable/IAR/STR91x/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/V850ES/ISR_Support.h b/Source/portable/IAR/V850ES/ISR_Support.h index 7a5d5dd36..91cd36933 100644 --- a/Source/portable/IAR/V850ES/ISR_Support.h +++ b/Source/portable/IAR/V850ES/ISR_Support.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/V850ES/port.c b/Source/portable/IAR/V850ES/port.c index 355608584..2ca5e4fc7 100644 --- a/Source/portable/IAR/V850ES/port.c +++ b/Source/portable/IAR/V850ES/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/IAR/V850ES/portasm.s85 b/Source/portable/IAR/V850ES/portasm.s85 index 10863497b..67b589b6a 100644 --- a/Source/portable/IAR/V850ES/portasm.s85 +++ b/Source/portable/IAR/V850ES/portasm.s85 @@ -1,5 +1,5 @@ ;/* -; FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. +; FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. ; ; *************************************************************************** ; * * diff --git a/Source/portable/IAR/V850ES/portasm_Fx3.s85 b/Source/portable/IAR/V850ES/portasm_Fx3.s85 index e13b983d5..6214b044d 100644 --- a/Source/portable/IAR/V850ES/portasm_Fx3.s85 +++ b/Source/portable/IAR/V850ES/portasm_Fx3.s85 @@ -1,5 +1,5 @@ ;/* -; FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. +; FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. ; ; *************************************************************************** ; * * diff --git a/Source/portable/IAR/V850ES/portasm_Hx2.s85 b/Source/portable/IAR/V850ES/portasm_Hx2.s85 index 1d4bf80b7..44ea6a4e1 100644 --- a/Source/portable/IAR/V850ES/portasm_Hx2.s85 +++ b/Source/portable/IAR/V850ES/portasm_Hx2.s85 @@ -1,5 +1,5 @@ ;/* -; FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. +; FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. ; ; *************************************************************************** ; * * diff --git a/Source/portable/IAR/V850ES/portmacro.h b/Source/portable/IAR/V850ES/portmacro.h index fbc02f546..e75d9b2a5 100644 --- a/Source/portable/IAR/V850ES/portmacro.h +++ b/Source/portable/IAR/V850ES/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/MPLAB/PIC18F/port.c b/Source/portable/MPLAB/PIC18F/port.c index 564a6e998..f57e51b3d 100644 --- a/Source/portable/MPLAB/PIC18F/port.c +++ b/Source/portable/MPLAB/PIC18F/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/MPLAB/PIC18F/portmacro.h b/Source/portable/MPLAB/PIC18F/portmacro.h index ceacd3b20..407bf66ec 100644 --- a/Source/portable/MPLAB/PIC18F/portmacro.h +++ b/Source/portable/MPLAB/PIC18F/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/MPLAB/PIC24_dsPIC/port.c b/Source/portable/MPLAB/PIC24_dsPIC/port.c index 40ce3863f..8d111d1ed 100644 --- a/Source/portable/MPLAB/PIC24_dsPIC/port.c +++ b/Source/portable/MPLAB/PIC24_dsPIC/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S index 5a019753a..be9c7889d 100644 --- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S +++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S index f573b6b17..853fcbbdd 100644 --- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S +++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h index c3753b104..00a56ebf2 100644 --- a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h +++ b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/Source/portable/MPLAB/PIC32MX/ISR_Support.h index aec92f2bc..130df1c3c 100644 --- a/Source/portable/MPLAB/PIC32MX/ISR_Support.h +++ b/Source/portable/MPLAB/PIC32MX/ISR_Support.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/MPLAB/PIC32MX/port.c b/Source/portable/MPLAB/PIC32MX/port.c index 69c76846f..711cd9c59 100644 --- a/Source/portable/MPLAB/PIC32MX/port.c +++ b/Source/portable/MPLAB/PIC32MX/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/MPLAB/PIC32MX/port_asm.S b/Source/portable/MPLAB/PIC32MX/port_asm.S index 27553b6e5..51b83dc7f 100644 --- a/Source/portable/MPLAB/PIC32MX/port_asm.S +++ b/Source/portable/MPLAB/PIC32MX/port_asm.S @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/MPLAB/PIC32MX/portmacro.h b/Source/portable/MPLAB/PIC32MX/portmacro.h index e7730e354..844bb73f4 100644 --- a/Source/portable/MPLAB/PIC32MX/portmacro.h +++ b/Source/portable/MPLAB/PIC32MX/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/MemMang/heap_1.c b/Source/portable/MemMang/heap_1.c index 3a22038aa..44ddca281 100644 --- a/Source/portable/MemMang/heap_1.c +++ b/Source/portable/MemMang/heap_1.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/MemMang/heap_2.c b/Source/portable/MemMang/heap_2.c index ea60776d6..7afbb1507 100644 --- a/Source/portable/MemMang/heap_2.c +++ b/Source/portable/MemMang/heap_2.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/MemMang/heap_3.c b/Source/portable/MemMang/heap_3.c index 9ab73d3a2..9fb16110e 100644 --- a/Source/portable/MemMang/heap_3.c +++ b/Source/portable/MemMang/heap_3.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/port.c b/Source/portable/Paradigm/Tern_EE/large_untested/port.c index 8b2c4cb6b..dad0fbd06 100644 --- a/Source/portable/Paradigm/Tern_EE/large_untested/port.c +++ b/Source/portable/Paradigm/Tern_EE/large_untested/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h index c1330e968..8f5bcf307 100644 --- a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h +++ b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h index 292eab97c..fd0249f5c 100644 --- a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h +++ b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/Paradigm/Tern_EE/small/port.c b/Source/portable/Paradigm/Tern_EE/small/port.c index 076fe9936..fbf93a021 100644 --- a/Source/portable/Paradigm/Tern_EE/small/port.c +++ b/Source/portable/Paradigm/Tern_EE/small/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/Paradigm/Tern_EE/small/portasm.h b/Source/portable/Paradigm/Tern_EE/small/portasm.h index ea5e94066..a301fbe5f 100644 --- a/Source/portable/Paradigm/Tern_EE/small/portasm.h +++ b/Source/portable/Paradigm/Tern_EE/small/portasm.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/Source/portable/Paradigm/Tern_EE/small/portmacro.h index fe0cbfc58..38337d995 100644 --- a/Source/portable/Paradigm/Tern_EE/small/portmacro.h +++ b/Source/portable/Paradigm/Tern_EE/small/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/RVDS/ARM7_LPC21xx/port.c b/Source/portable/RVDS/ARM7_LPC21xx/port.c index 335aeb065..1f689d4a3 100644 --- a/Source/portable/RVDS/ARM7_LPC21xx/port.c +++ b/Source/portable/RVDS/ARM7_LPC21xx/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s index ce9dcebe0..af20d134e 100644 --- a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s +++ b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s @@ -1,5 +1,5 @@ ;/* -; FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. +; FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. ; ; *************************************************************************** ; * * diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h index da88801b0..045a8e429 100644 --- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h +++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc index 2a57ed044..56b6bd5fc 100644 --- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc +++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc @@ -1,5 +1,5 @@ ;/* -; FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. +; FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. ; ; *************************************************************************** ; * * diff --git a/Source/portable/RVDS/ARM_CM3/port.c b/Source/portable/RVDS/ARM_CM3/port.c index 282f653a7..7ff1d8721 100644 --- a/Source/portable/RVDS/ARM_CM3/port.c +++ b/Source/portable/RVDS/ARM_CM3/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/RVDS/ARM_CM3/portmacro.h b/Source/portable/RVDS/ARM_CM3/portmacro.h index a46ce139d..b9a47c4f3 100644 --- a/Source/portable/RVDS/ARM_CM3/portmacro.h +++ b/Source/portable/RVDS/ARM_CM3/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/Rowley/MSP430F449/port.c b/Source/portable/Rowley/MSP430F449/port.c index 0c92f8dfc..0915493f4 100644 --- a/Source/portable/Rowley/MSP430F449/port.c +++ b/Source/portable/Rowley/MSP430F449/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/Rowley/MSP430F449/portasm.h b/Source/portable/Rowley/MSP430F449/portasm.h index 91a512b0c..2ecfbc3f0 100644 --- a/Source/portable/Rowley/MSP430F449/portasm.h +++ b/Source/portable/Rowley/MSP430F449/portasm.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/Rowley/MSP430F449/portext.asm b/Source/portable/Rowley/MSP430F449/portext.asm index 9f65281c9..9c831bebc 100644 --- a/Source/portable/Rowley/MSP430F449/portext.asm +++ b/Source/portable/Rowley/MSP430F449/portext.asm @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/Rowley/MSP430F449/portmacro.h b/Source/portable/Rowley/MSP430F449/portmacro.h index 1583f6f6b..6d234abce 100644 --- a/Source/portable/Rowley/MSP430F449/portmacro.h +++ b/Source/portable/Rowley/MSP430F449/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/SDCC/Cygnal/port.c b/Source/portable/SDCC/Cygnal/port.c index 2d5c15a11..f90b4e8d2 100644 --- a/Source/portable/SDCC/Cygnal/port.c +++ b/Source/portable/SDCC/Cygnal/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/SDCC/Cygnal/portmacro.h b/Source/portable/SDCC/Cygnal/portmacro.h index 2c32e60e7..f9a601ad7 100644 --- a/Source/portable/SDCC/Cygnal/portmacro.h +++ b/Source/portable/SDCC/Cygnal/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/Softune/MB91460/port.c b/Source/portable/Softune/MB91460/port.c index 3330b9a71..1565a5c51 100644 --- a/Source/portable/Softune/MB91460/port.c +++ b/Source/portable/Softune/MB91460/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/Softune/MB91460/portmacro.h b/Source/portable/Softune/MB91460/portmacro.h index 4fd6d7ee9..7067990ec 100644 --- a/Source/portable/Softune/MB91460/portmacro.h +++ b/Source/portable/Softune/MB91460/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/Softune/MB96340/port.c b/Source/portable/Softune/MB96340/port.c index 1ab18070b..215836def 100644 --- a/Source/portable/Softune/MB96340/port.c +++ b/Source/portable/Softune/MB96340/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/Softune/MB96340/portmacro.h b/Source/portable/Softune/MB96340/portmacro.h index cf5542169..53376e0c9 100644 --- a/Source/portable/Softune/MB96340/portmacro.h +++ b/Source/portable/Softune/MB96340/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c index dc0538d65..6fcec221b 100644 --- a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c +++ b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c index 70a5be65d..db5d7acdb 100644 --- a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c +++ b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/WizC/PIC18/addFreeRTOS.h b/Source/portable/WizC/PIC18/addFreeRTOS.h index 9619c0a38..8b2236494 100644 --- a/Source/portable/WizC/PIC18/addFreeRTOS.h +++ b/Source/portable/WizC/PIC18/addFreeRTOS.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/WizC/PIC18/port.c b/Source/portable/WizC/PIC18/port.c index eabf848e3..948964e4d 100644 --- a/Source/portable/WizC/PIC18/port.c +++ b/Source/portable/WizC/PIC18/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/WizC/PIC18/portmacro.h b/Source/portable/WizC/PIC18/portmacro.h index 19f628334..d95fb14d8 100644 --- a/Source/portable/WizC/PIC18/portmacro.h +++ b/Source/portable/WizC/PIC18/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c index d0e5bff60..c4fc2043a 100644 --- a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c +++ b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h index 918ad4079..d9c78c782 100644 --- a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h +++ b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/oWatcom/16BitDOS/PC/port.c b/Source/portable/oWatcom/16BitDOS/PC/port.c index 6d6ac88ec..732853c8c 100644 --- a/Source/portable/oWatcom/16BitDOS/PC/port.c +++ b/Source/portable/oWatcom/16BitDOS/PC/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h index 8395a4ed2..5eb5d538c 100644 --- a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h +++ b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/oWatcom/16BitDOS/common/portasm.h b/Source/portable/oWatcom/16BitDOS/common/portasm.h index 33dcf42ca..5ee244028 100644 --- a/Source/portable/oWatcom/16BitDOS/common/portasm.h +++ b/Source/portable/oWatcom/16BitDOS/common/portasm.h @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/Source/portable/oWatcom/16BitDOS/common/portcomn.c index b06b0e146..b1766c4d9 100644 --- a/Source/portable/oWatcom/16BitDOS/common/portcomn.c +++ b/Source/portable/oWatcom/16BitDOS/common/portcomn.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/queue.c b/Source/queue.c index 8170f36e9..8223f8515 100644 --- a/Source/queue.c +++ b/Source/queue.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * diff --git a/Source/tasks.c b/Source/tasks.c index 6a78a5c0e..75816f393 100644 --- a/Source/tasks.c +++ b/Source/tasks.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.1 - Copyright (C) 2009 Real Time Engineers Ltd. + FreeRTOS V6.0.2 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * -- 2.39.5