summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-03-25 21:22:13 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-03-25 21:22:13 +0000
commit61a494c693fe1ba70f00825fb9a33d696fabed7a (patch)
tree2629ef885663c7f4c9800f7fb65c79e1847d3470 /Source
parent632e2ba120e680217040aad264485316e1e4a009 (diff)
downloadfreertos-61a494c693fe1ba70f00825fb9a33d696fabed7a.tar.gz
freertos-61a494c693fe1ba70f00825fb9a33d696fabed7a.tar.bz2
freertos-61a494c693fe1ba70f00825fb9a33d696fabed7a.tar.xz
Update version numbers to V4.8.0
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@282 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source')
-rw-r--r--Source/croutine.c26
-rw-r--r--Source/include/FreeRTOS.h24
-rw-r--r--Source/include/croutine.h26
-rw-r--r--Source/include/list.h26
-rw-r--r--Source/include/portable.h26
-rw-r--r--Source/include/projdefs.h26
-rw-r--r--Source/include/queue.h26
-rw-r--r--Source/include/semphr.h26
-rw-r--r--Source/include/task.h26
-rw-r--r--Source/list.c26
-rw-r--r--Source/portable/BCC/16BitDOS/Flsh186/port.c26
-rw-r--r--Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h26
-rw-r--r--Source/portable/BCC/16BitDOS/PC/port.c26
-rw-r--r--Source/portable/BCC/16BitDOS/PC/prtmacro.h26
-rw-r--r--Source/portable/BCC/16BitDOS/common/portasm.h26
-rw-r--r--Source/portable/BCC/16BitDOS/common/portcomn.c26
-rw-r--r--Source/portable/CodeWarrior/HCS12/port.c26
-rw-r--r--Source/portable/CodeWarrior/HCS12/portmacro.h26
-rw-r--r--Source/portable/GCC/ARM7_AT91FR40008/port.c26
-rw-r--r--Source/portable/GCC/ARM7_AT91FR40008/portISR.c26
-rw-r--r--Source/portable/GCC/ARM7_AT91FR40008/portmacro.h26
-rw-r--r--Source/portable/GCC/ARM7_AT91SAM7S/port.c26
-rw-r--r--Source/portable/GCC/ARM7_AT91SAM7S/portISR.c26
-rw-r--r--Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h26
-rw-r--r--Source/portable/GCC/ARM7_LPC2000/port.c26
-rw-r--r--Source/portable/GCC/ARM7_LPC2000/portISR.c26
-rw-r--r--Source/portable/GCC/ARM7_LPC2000/portmacro.h26
-rw-r--r--Source/portable/GCC/ARM7_LPC23xx/port.c2
-rw-r--r--Source/portable/GCC/ARM7_LPC23xx/portISR.c2
-rw-r--r--Source/portable/GCC/ARM7_LPC23xx/portmacro.h2
-rw-r--r--Source/portable/GCC/ARM_CM3/port.c26
-rw-r--r--Source/portable/GCC/ARM_CM3/portmacro.h26
-rw-r--r--Source/portable/GCC/ATMega323/port.c26
-rw-r--r--Source/portable/GCC/ATMega323/portmacro.h26
-rw-r--r--Source/portable/GCC/AVR32_UC3/port.c26
-rw-r--r--Source/portable/GCC/AVR32_UC3/portmacro.h26
-rw-r--r--Source/portable/GCC/H8S2329/port.c26
-rw-r--r--Source/portable/GCC/H8S2329/portmacro.h26
-rw-r--r--Source/portable/GCC/HCS12/port.c26
-rw-r--r--Source/portable/GCC/HCS12/portmacro.h26
-rw-r--r--Source/portable/GCC/MCF5235/port.c24
-rw-r--r--Source/portable/GCC/MCF5235/portmacro.h24
-rw-r--r--Source/portable/GCC/MSP430F449/port.c26
-rw-r--r--Source/portable/GCC/MSP430F449/portmacro.h26
-rw-r--r--Source/portable/GCC/MicroBlaze/port.c26
-rw-r--r--Source/portable/GCC/MicroBlaze/portmacro.h26
-rw-r--r--Source/portable/GCC/PPC405_Xilinx/port.c26
-rw-r--r--Source/portable/GCC/PPC405_Xilinx/portmacro.h24
-rw-r--r--Source/portable/GCC/STR75x/port.c26
-rw-r--r--Source/portable/GCC/STR75x/portISR.c26
-rw-r--r--Source/portable/GCC/STR75x/portmacro.h26
-rw-r--r--Source/portable/IAR/ARM_CM3/port.c24
-rw-r--r--Source/portable/IAR/ARM_CM3/portasm.s24
-rw-r--r--Source/portable/IAR/ARM_CM3/portmacro.h26
-rw-r--r--Source/portable/IAR/ATMega323/port.c26
-rw-r--r--Source/portable/IAR/ATMega323/portmacro.h26
-rw-r--r--Source/portable/IAR/ATMega323/portmacro.s902
-rw-r--r--Source/portable/IAR/AVR32_UC3/port.c26
-rw-r--r--Source/portable/IAR/AVR32_UC3/portmacro.h26
-rw-r--r--Source/portable/IAR/AtmelSAM7S64/port.c26
-rw-r--r--Source/portable/IAR/AtmelSAM7S64/portmacro.h26
-rw-r--r--Source/portable/IAR/LPC2000/port.c26
-rw-r--r--Source/portable/IAR/LPC2000/portmacro.h26
-rw-r--r--Source/portable/IAR/STR71x/port.c26
-rw-r--r--Source/portable/IAR/STR71x/portmacro.h26
-rw-r--r--Source/portable/IAR/STR75x/ISR_Support.h2
-rw-r--r--Source/portable/IAR/STR75x/port.c26
-rw-r--r--Source/portable/IAR/STR75x/portasm.s792
-rw-r--r--Source/portable/IAR/STR75x/portmacro.h26
-rw-r--r--Source/portable/IAR/STR91x/ISR_Support.h26
-rw-r--r--Source/portable/IAR/STR91x/port.c26
-rw-r--r--Source/portable/IAR/STR91x/portasm.s7926
-rw-r--r--Source/portable/IAR/STR91x/portmacro.h26
-rw-r--r--Source/portable/Keil/ARM7/port.c26
-rw-r--r--Source/portable/Keil/ARM7/portISR.c26
-rw-r--r--Source/portable/Keil/ARM7/portmacro.h26
-rw-r--r--Source/portable/MPLAB/PIC18F/port.c26
-rw-r--r--Source/portable/MPLAB/PIC18F/portmacro.h26
-rw-r--r--Source/portable/MPLAB/PIC24_dsPIC/port.c26
-rw-r--r--Source/portable/MPLAB/PIC24_dsPIC/portmacro.h26
-rw-r--r--Source/portable/MPLAB/PIC32MX/ISR_Support.h26
-rw-r--r--Source/portable/MPLAB/PIC32MX/port.c26
-rw-r--r--Source/portable/MPLAB/PIC32MX/port_asm.S26
-rw-r--r--Source/portable/MPLAB/PIC32MX/portmacro.h26
-rw-r--r--Source/portable/MemMang/heap_1.c26
-rw-r--r--Source/portable/MemMang/heap_2.c26
-rw-r--r--Source/portable/MemMang/heap_3.c26
-rw-r--r--Source/portable/Paradigm/Tern_EE/large_untested/port.c26
-rw-r--r--Source/portable/Paradigm/Tern_EE/large_untested/portasm.h26
-rw-r--r--Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h26
-rw-r--r--Source/portable/Paradigm/Tern_EE/small/port.c26
-rw-r--r--Source/portable/Paradigm/Tern_EE/small/portasm.h26
-rw-r--r--Source/portable/Paradigm/Tern_EE/small/portmacro.h26
-rw-r--r--Source/portable/RVDS/ARM_CM3/port.c26
-rw-r--r--Source/portable/RVDS/ARM_CM3/portmacro.h26
-rw-r--r--Source/portable/Rowley/MSP430F449/Port1/port.c26
-rw-r--r--Source/portable/Rowley/MSP430F449/Port1/portmacro.h26
-rw-r--r--Source/portable/Rowley/MSP430F449/Port2/port.c26
-rw-r--r--Source/portable/Rowley/MSP430F449/Port2/portmacro.h26
-rw-r--r--Source/portable/Rowley/MSP430F449/port.c26
-rw-r--r--Source/portable/Rowley/MSP430F449/portmacro.h26
-rw-r--r--Source/portable/SDCC/Cygnal/port.c26
-rw-r--r--Source/portable/SDCC/Cygnal/portmacro.h26
-rw-r--r--Source/portable/Softune/MB91460/port.c26
-rw-r--r--Source/portable/Softune/MB91460/portmacro.h26
-rw-r--r--Source/portable/Softune/MB96340/port.c26
-rw-r--r--Source/portable/Softune/MB96340/portmacro.h26
-rw-r--r--Source/portable/WizC/PIC18/Drivers/Tick/Tick.c26
-rw-r--r--Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c26
-rw-r--r--Source/portable/WizC/PIC18/addFreeRTOS.h26
-rw-r--r--Source/portable/WizC/PIC18/port.c26
-rw-r--r--Source/portable/WizC/PIC18/portmacro.h26
-rw-r--r--Source/portable/oWatcom/16BitDOS/Flsh186/port.c26
-rw-r--r--Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h26
-rw-r--r--Source/portable/oWatcom/16BitDOS/PC/port.c26
-rw-r--r--Source/portable/oWatcom/16BitDOS/PC/portmacro.h26
-rw-r--r--Source/portable/oWatcom/16BitDOS/common/portasm.h26
-rw-r--r--Source/portable/oWatcom/16BitDOS/common/portcomn.c26
-rw-r--r--Source/queue.c24
-rw-r--r--Source/tasks.c24
120 files changed, 1822 insertions, 1138 deletions
diff --git a/Source/croutine.c b/Source/croutine.c
index b8c18681..a330e329 100644
--- a/Source/croutine.c
+++ b/Source/croutine.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#include "FreeRTOS.h"
diff --git a/Source/include/FreeRTOS.h b/Source/include/FreeRTOS.h
index 5fcd9e7a..5ed51735 100644
--- a/Source/include/FreeRTOS.h
+++ b/Source/include/FreeRTOS.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef INC_FREERTOS_H
diff --git a/Source/include/croutine.h b/Source/include/croutine.h
index 0ba1725a..e69d2bcd 100644
--- a/Source/include/croutine.h
+++ b/Source/include/croutine.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef CO_ROUTINE_H
#define CO_ROUTINE_H
diff --git a/Source/include/list.h b/Source/include/list.h
index 78fe086f..b6831a73 100644
--- a/Source/include/list.h
+++ b/Source/include/list.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/include/portable.h b/Source/include/portable.h
index 930a5d7f..b6ae1b9a 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*-----------------------------------------------------------
diff --git a/Source/include/projdefs.h b/Source/include/projdefs.h
index 44a523ae..d8d859ae 100644
--- a/Source/include/projdefs.h
+++ b/Source/include/projdefs.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PROJDEFS_H
diff --git a/Source/include/queue.h b/Source/include/queue.h
index f66efaf4..1ab63a6a 100644
--- a/Source/include/queue.h
+++ b/Source/include/queue.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef QUEUE_H
diff --git a/Source/include/semphr.h b/Source/include/semphr.h
index c9641e3b..0bd3f3fe 100644
--- a/Source/include/semphr.h
+++ b/Source/include/semphr.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef SEMAPHORE_H
diff --git a/Source/include/task.h b/Source/include/task.h
index 169f8393..f4ef7b36 100644
--- a/Source/include/task.h
+++ b/Source/include/task.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/list.c b/Source/list.c
index c44c2ce8..e77f2f13 100644
--- a/Source/list.c
+++ b/Source/list.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/BCC/16BitDOS/Flsh186/port.c b/Source/portable/BCC/16BitDOS/Flsh186/port.c
index 643a4a2b..99bbb82c 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/Source/portable/BCC/16BitDOS/Flsh186/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index 50a68758..7d1aebb2 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/BCC/16BitDOS/PC/port.c b/Source/portable/BCC/16BitDOS/PC/port.c
index 717810b9..ef8a033f 100644
--- a/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/Source/portable/BCC/16BitDOS/PC/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index a9a28146..7b47451e 100644
--- a/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/BCC/16BitDOS/common/portasm.h b/Source/portable/BCC/16BitDOS/common/portasm.h
index 2101ff54..418fa9a4 100644
--- a/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORT_ASM_H
diff --git a/Source/portable/BCC/16BitDOS/common/portcomn.c b/Source/portable/BCC/16BitDOS/common/portcomn.c
index a40cbd7b..5edffe59 100644
--- a/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/CodeWarrior/HCS12/port.c b/Source/portable/CodeWarrior/HCS12/port.c
index fa9e5394..adb7904e 100644
--- a/Source/portable/CodeWarrior/HCS12/port.c
+++ b/Source/portable/CodeWarrior/HCS12/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/* Scheduler includes. */
diff --git a/Source/portable/CodeWarrior/HCS12/portmacro.h b/Source/portable/CodeWarrior/HCS12/portmacro.h
index ba38edde..dfa1f4a1 100644
--- a/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/GCC/ARM7_AT91FR40008/port.c b/Source/portable/GCC/ARM7_AT91FR40008/port.c
index f725a1ab..ea0e230c 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
index b6efbc68..cb40ef7d 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index 6f07535a..0a53eb5e 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index 12be41aa..f2e930e0 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index b6d609bf..5a9af025 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index 4696a75e..aff4a3a5 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/GCC/ARM7_LPC2000/port.c b/Source/portable/GCC/ARM7_LPC2000/port.c
index 0e379a94..13a92420 100644
--- a/Source/portable/GCC/ARM7_LPC2000/port.c
+++ b/Source/portable/GCC/ARM7_LPC2000/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/GCC/ARM7_LPC2000/portISR.c b/Source/portable/GCC/ARM7_LPC2000/portISR.c
index b41c4a62..52646070 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index 4696a75e..aff4a3a5 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/GCC/ARM7_LPC23xx/port.c b/Source/portable/GCC/ARM7_LPC23xx/port.c
index 073c444d..55ebaaae 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/port.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
diff --git a/Source/portable/GCC/ARM7_LPC23xx/portISR.c b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
index 0052628a..35be1984 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
diff --git a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
index 61e6bdc9..01589aca 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
diff --git a/Source/portable/GCC/ARM_CM3/port.c b/Source/portable/GCC/ARM_CM3/port.c
index ef29fd32..d124dad9 100644
--- a/Source/portable/GCC/ARM_CM3/port.c
+++ b/Source/portable/GCC/ARM_CM3/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*-----------------------------------------------------------
diff --git a/Source/portable/GCC/ARM_CM3/portmacro.h b/Source/portable/GCC/ARM_CM3/portmacro.h
index ce4851c5..76badef8 100644
--- a/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c
index 924a0e81..98b551a6 100644
--- a/Source/portable/GCC/ATMega323/port.c
+++ b/Source/portable/GCC/ATMega323/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/GCC/ATMega323/portmacro.h b/Source/portable/GCC/ATMega323/portmacro.h
index 7accda14..e24efa6d 100644
--- a/Source/portable/GCC/ATMega323/portmacro.h
+++ b/Source/portable/GCC/ATMega323/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/GCC/AVR32_UC3/port.c b/Source/portable/GCC/AVR32_UC3/port.c
index 1d8039a1..9906760f 100644
--- a/Source/portable/GCC/AVR32_UC3/port.c
+++ b/Source/portable/GCC/AVR32_UC3/port.c
@@ -13,7 +13,7 @@
*****************************************************************************/
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -38,20 +38,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/GCC/AVR32_UC3/portmacro.h b/Source/portable/GCC/AVR32_UC3/portmacro.h
index 4490b67c..1c9269f2 100644
--- a/Source/portable/GCC/AVR32_UC3/portmacro.h
+++ b/Source/portable/GCC/AVR32_UC3/portmacro.h
@@ -13,7 +13,7 @@
*****************************************************************************/
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -38,20 +38,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/GCC/H8S2329/port.c b/Source/portable/GCC/H8S2329/port.c
index e4f82724..cb0e26b6 100644
--- a/Source/portable/GCC/H8S2329/port.c
+++ b/Source/portable/GCC/H8S2329/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/* Scheduler includes. */
diff --git a/Source/portable/GCC/H8S2329/portmacro.h b/Source/portable/GCC/H8S2329/portmacro.h
index a1e3b24d..2057f8e7 100644
--- a/Source/portable/GCC/H8S2329/portmacro.h
+++ b/Source/portable/GCC/H8S2329/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/GCC/HCS12/port.c b/Source/portable/GCC/HCS12/port.c
index cffe8acd..0e0446ab 100644
--- a/Source/portable/GCC/HCS12/port.c
+++ b/Source/portable/GCC/HCS12/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/* GCC/HCS12 port by Jefferson L Smith, 2005 */
diff --git a/Source/portable/GCC/HCS12/portmacro.h b/Source/portable/GCC/HCS12/portmacro.h
index dd461a8b..c07c7e90 100644
--- a/Source/portable/GCC/HCS12/portmacro.h
+++ b/Source/portable/GCC/HCS12/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/GCC/MCF5235/port.c b/Source/portable/GCC/MCF5235/port.c
index 9012f57e..ff8ba2e0 100644
--- a/Source/portable/GCC/MCF5235/port.c
+++ b/Source/portable/GCC/MCF5235/port.c
@@ -25,20 +25,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#include <stdlib.h>
diff --git a/Source/portable/GCC/MCF5235/portmacro.h b/Source/portable/GCC/MCF5235/portmacro.h
index 47d05fdd..973d9287 100644
--- a/Source/portable/GCC/MCF5235/portmacro.h
+++ b/Source/portable/GCC/MCF5235/portmacro.h
@@ -25,20 +25,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/GCC/MSP430F449/port.c b/Source/portable/GCC/MSP430F449/port.c
index 9225f935..c4650366 100644
--- a/Source/portable/GCC/MSP430F449/port.c
+++ b/Source/portable/GCC/MSP430F449/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/GCC/MSP430F449/portmacro.h b/Source/portable/GCC/MSP430F449/portmacro.h
index f412dfac..382ec4bc 100644
--- a/Source/portable/GCC/MSP430F449/portmacro.h
+++ b/Source/portable/GCC/MSP430F449/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/GCC/MicroBlaze/port.c b/Source/portable/GCC/MicroBlaze/port.c
index 9fecaf21..30943c2b 100644
--- a/Source/portable/GCC/MicroBlaze/port.c
+++ b/Source/portable/GCC/MicroBlaze/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*-----------------------------------------------------------
diff --git a/Source/portable/GCC/MicroBlaze/portmacro.h b/Source/portable/GCC/MicroBlaze/portmacro.h
index 0db4b3e2..0da4a3cf 100644
--- a/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/GCC/PPC405_Xilinx/port.c b/Source/portable/GCC/PPC405_Xilinx/port.c
index ebe2b026..64901c43 100644
--- a/Source/portable/GCC/PPC405_Xilinx/port.c
+++ b/Source/portable/GCC/PPC405_Xilinx/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*-----------------------------------------------------------
diff --git a/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
index 84fe0540..a82854b2 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/GCC/STR75x/port.c b/Source/portable/GCC/STR75x/port.c
index 687317f8..271fd443 100644
--- a/Source/portable/GCC/STR75x/port.c
+++ b/Source/portable/GCC/STR75x/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*-----------------------------------------------------------
diff --git a/Source/portable/GCC/STR75x/portISR.c b/Source/portable/GCC/STR75x/portISR.c
index d975c980..e374b1db 100644
--- a/Source/portable/GCC/STR75x/portISR.c
+++ b/Source/portable/GCC/STR75x/portISR.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/GCC/STR75x/portmacro.h b/Source/portable/GCC/STR75x/portmacro.h
index 51c27cae..da44d71c 100644
--- a/Source/portable/GCC/STR75x/portmacro.h
+++ b/Source/portable/GCC/STR75x/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/IAR/ARM_CM3/port.c b/Source/portable/IAR/ARM_CM3/port.c
index 1a744bcf..f5d1ab26 100644
--- a/Source/portable/IAR/ARM_CM3/port.c
+++ b/Source/portable/IAR/ARM_CM3/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/IAR/ARM_CM3/portasm.s b/Source/portable/IAR/ARM_CM3/portasm.s
index ad2cde1f..eb52fe33 100644
--- a/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/Source/portable/IAR/ARM_CM3/portasm.s
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/IAR/ARM_CM3/portmacro.h b/Source/portable/IAR/ARM_CM3/portmacro.h
index 1ead21d7..a6157817 100644
--- a/Source/portable/IAR/ARM_CM3/portmacro.h
+++ b/Source/portable/IAR/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/IAR/ATMega323/port.c b/Source/portable/IAR/ATMega323/port.c
index a85ffd0e..f8490ffa 100644
--- a/Source/portable/IAR/ATMega323/port.c
+++ b/Source/portable/IAR/ATMega323/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#include <stdlib.h>
diff --git a/Source/portable/IAR/ATMega323/portmacro.h b/Source/portable/IAR/ATMega323/portmacro.h
index b350813d..fd0cb2ee 100644
--- a/Source/portable/IAR/ATMega323/portmacro.h
+++ b/Source/portable/IAR/ATMega323/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/IAR/ATMega323/portmacro.s90 b/Source/portable/IAR/ATMega323/portmacro.s90
index dadef369..3e715627 100644
--- a/Source/portable/IAR/ATMega323/portmacro.s90
+++ b/Source/portable/IAR/ATMega323/portmacro.s90
@@ -1,4 +1,4 @@
-; FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+; FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
;
; This file is part of the FreeRTOS.org distribution.
;
diff --git a/Source/portable/IAR/AVR32_UC3/port.c b/Source/portable/IAR/AVR32_UC3/port.c
index 3f09dfbb..e65c9f25 100644
--- a/Source/portable/IAR/AVR32_UC3/port.c
+++ b/Source/portable/IAR/AVR32_UC3/port.c
@@ -13,7 +13,7 @@
*****************************************************************************/
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -38,20 +38,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/IAR/AVR32_UC3/portmacro.h b/Source/portable/IAR/AVR32_UC3/portmacro.h
index 95020f5b..c0c52a36 100644
--- a/Source/portable/IAR/AVR32_UC3/portmacro.h
+++ b/Source/portable/IAR/AVR32_UC3/portmacro.h
@@ -13,7 +13,7 @@
*****************************************************************************/
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -38,20 +38,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/IAR/AtmelSAM7S64/port.c b/Source/portable/IAR/AtmelSAM7S64/port.c
index 0211b912..9caee5fd 100644
--- a/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*-----------------------------------------------------------
diff --git a/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
index 7ac09828..d4393249 100644
--- a/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/IAR/LPC2000/port.c b/Source/portable/IAR/LPC2000/port.c
index 14255ddd..3ee73ca4 100644
--- a/Source/portable/IAR/LPC2000/port.c
+++ b/Source/portable/IAR/LPC2000/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*-----------------------------------------------------------
diff --git a/Source/portable/IAR/LPC2000/portmacro.h b/Source/portable/IAR/LPC2000/portmacro.h
index 846fee7b..8a9245b7 100644
--- a/Source/portable/IAR/LPC2000/portmacro.h
+++ b/Source/portable/IAR/LPC2000/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/IAR/STR71x/port.c b/Source/portable/IAR/STR71x/port.c
index ca6b9a5d..51be1a84 100644
--- a/Source/portable/IAR/STR71x/port.c
+++ b/Source/portable/IAR/STR71x/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*-----------------------------------------------------------
diff --git a/Source/portable/IAR/STR71x/portmacro.h b/Source/portable/IAR/STR71x/portmacro.h
index ef499e13..5248b456 100644
--- a/Source/portable/IAR/STR71x/portmacro.h
+++ b/Source/portable/IAR/STR71x/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/IAR/STR75x/ISR_Support.h b/Source/portable/IAR/STR75x/ISR_Support.h
index 37933447..fa36c59e 100644
--- a/Source/portable/IAR/STR75x/ISR_Support.h
+++ b/Source/portable/IAR/STR75x/ISR_Support.h
@@ -1,4 +1,4 @@
-; FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+; FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
;
; This file is part of the FreeRTOS.org distribution.
;
diff --git a/Source/portable/IAR/STR75x/port.c b/Source/portable/IAR/STR75x/port.c
index e4d993d1..334e94e9 100644
--- a/Source/portable/IAR/STR75x/port.c
+++ b/Source/portable/IAR/STR75x/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*-----------------------------------------------------------
diff --git a/Source/portable/IAR/STR75x/portasm.s79 b/Source/portable/IAR/STR75x/portasm.s79
index 3c5a747d..ab01b934 100644
--- a/Source/portable/IAR/STR75x/portasm.s79
+++ b/Source/portable/IAR/STR75x/portasm.s79
@@ -1,4 +1,4 @@
-; FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+; FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
;
; This file is part of the FreeRTOS.org distribution.
;
diff --git a/Source/portable/IAR/STR75x/portmacro.h b/Source/portable/IAR/STR75x/portmacro.h
index 6cc9b815..de9ba889 100644
--- a/Source/portable/IAR/STR75x/portmacro.h
+++ b/Source/portable/IAR/STR75x/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/IAR/STR91x/ISR_Support.h b/Source/portable/IAR/STR91x/ISR_Support.h
index 025bf814..d0c9a2f4 100644
--- a/Source/portable/IAR/STR91x/ISR_Support.h
+++ b/Source/portable/IAR/STR91x/ISR_Support.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
EXTERN pxCurrentTCB
diff --git a/Source/portable/IAR/STR91x/port.c b/Source/portable/IAR/STR91x/port.c
index 186489ab..0574f61d 100644
--- a/Source/portable/IAR/STR91x/port.c
+++ b/Source/portable/IAR/STR91x/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*-----------------------------------------------------------
diff --git a/Source/portable/IAR/STR91x/portasm.s79 b/Source/portable/IAR/STR91x/portasm.s79
index 68d74136..9455fd7c 100644
--- a/Source/portable/IAR/STR91x/portasm.s79
+++ b/Source/portable/IAR/STR91x/portasm.s79
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
RSEG ICODE:CODE
diff --git a/Source/portable/IAR/STR91x/portmacro.h b/Source/portable/IAR/STR91x/portmacro.h
index 9e3c97ce..ef5d9314 100644
--- a/Source/portable/IAR/STR91x/portmacro.h
+++ b/Source/portable/IAR/STR91x/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/Keil/ARM7/port.c b/Source/portable/Keil/ARM7/port.c
index f864e521..e8957981 100644
--- a/Source/portable/Keil/ARM7/port.c
+++ b/Source/portable/Keil/ARM7/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/Keil/ARM7/portISR.c b/Source/portable/Keil/ARM7/portISR.c
index aa422ddb..173a1cc7 100644
--- a/Source/portable/Keil/ARM7/portISR.c
+++ b/Source/portable/Keil/ARM7/portISR.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/Keil/ARM7/portmacro.h b/Source/portable/Keil/ARM7/portmacro.h
index 743925c1..30ce017d 100644
--- a/Source/portable/Keil/ARM7/portmacro.h
+++ b/Source/portable/Keil/ARM7/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/MPLAB/PIC18F/port.c b/Source/portable/MPLAB/PIC18F/port.c
index 1022baa3..cc610fbf 100644
--- a/Source/portable/MPLAB/PIC18F/port.c
+++ b/Source/portable/MPLAB/PIC18F/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/MPLAB/PIC18F/portmacro.h b/Source/portable/MPLAB/PIC18F/portmacro.h
index e2d2300a..f897c68e 100644
--- a/Source/portable/MPLAB/PIC18F/portmacro.h
+++ b/Source/portable/MPLAB/PIC18F/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/MPLAB/PIC24_dsPIC/port.c b/Source/portable/MPLAB/PIC24_dsPIC/port.c
index fe94f5f0..1e2051ad 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index d71c58f1..c97ef8e3 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
index 90f7e042..9073ae08 100644
--- a/Source/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#include "FreeRTOSConfig.h"
diff --git a/Source/portable/MPLAB/PIC32MX/port.c b/Source/portable/MPLAB/PIC32MX/port.c
index c8b62b0b..7435d05e 100644
--- a/Source/portable/MPLAB/PIC32MX/port.c
+++ b/Source/portable/MPLAB/PIC32MX/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*-----------------------------------------------------------
diff --git a/Source/portable/MPLAB/PIC32MX/port_asm.S b/Source/portable/MPLAB/PIC32MX/port_asm.S
index cab99f45..253bc9c4 100644
--- a/Source/portable/MPLAB/PIC32MX/port_asm.S
+++ b/Source/portable/MPLAB/PIC32MX/port_asm.S
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#include <p32xxxx.h>
diff --git a/Source/portable/MPLAB/PIC32MX/portmacro.h b/Source/portable/MPLAB/PIC32MX/portmacro.h
index 9707132f..95381825 100644
--- a/Source/portable/MPLAB/PIC32MX/portmacro.h
+++ b/Source/portable/MPLAB/PIC32MX/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/MemMang/heap_1.c b/Source/portable/MemMang/heap_1.c
index cb27c4c2..67d080d2 100644
--- a/Source/portable/MemMang/heap_1.c
+++ b/Source/portable/MemMang/heap_1.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/MemMang/heap_2.c b/Source/portable/MemMang/heap_2.c
index c7839889..a42136c8 100644
--- a/Source/portable/MemMang/heap_2.c
+++ b/Source/portable/MemMang/heap_2.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/MemMang/heap_3.c b/Source/portable/MemMang/heap_3.c
index 6ae5e1df..43a4524f 100644
--- a/Source/portable/MemMang/heap_3.c
+++ b/Source/portable/MemMang/heap_3.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/port.c b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
index 7c383ced..60bb5d2c 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.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
index c09102b9..d5bdeaba 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.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
typedef void tskTCB;
diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
index 3a5f0547..b6ccbcc6 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.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/Paradigm/Tern_EE/small/port.c b/Source/portable/Paradigm/Tern_EE/small/port.c
index 911accea..55287cd9 100644
--- a/Source/portable/Paradigm/Tern_EE/small/port.c
+++ b/Source/portable/Paradigm/Tern_EE/small/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/Paradigm/Tern_EE/small/portasm.h b/Source/portable/Paradigm/Tern_EE/small/portasm.h
index 76d0716e..78304bab 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portasm.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORT_ASM_H
diff --git a/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
index 1081cbd9..bfdefb63 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/RVDS/ARM_CM3/port.c b/Source/portable/RVDS/ARM_CM3/port.c
index c71647c8..87f9bcd2 100644
--- a/Source/portable/RVDS/ARM_CM3/port.c
+++ b/Source/portable/RVDS/ARM_CM3/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*-----------------------------------------------------------
diff --git a/Source/portable/RVDS/ARM_CM3/portmacro.h b/Source/portable/RVDS/ARM_CM3/portmacro.h
index fa3b747a..9f6f0647 100644
--- a/Source/portable/RVDS/ARM_CM3/portmacro.h
+++ b/Source/portable/RVDS/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/Rowley/MSP430F449/Port1/port.c b/Source/portable/Rowley/MSP430F449/Port1/port.c
index 1c4d6fb6..6117f134 100644
--- a/Source/portable/Rowley/MSP430F449/Port1/port.c
+++ b/Source/portable/Rowley/MSP430F449/Port1/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/* Scheduler includes. */
diff --git a/Source/portable/Rowley/MSP430F449/Port1/portmacro.h b/Source/portable/Rowley/MSP430F449/Port1/portmacro.h
index afe609b7..c6dcb30e 100644
--- a/Source/portable/Rowley/MSP430F449/Port1/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/Port1/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/Rowley/MSP430F449/Port2/port.c b/Source/portable/Rowley/MSP430F449/Port2/port.c
index e714387e..ca4eb3d2 100644
--- a/Source/portable/Rowley/MSP430F449/Port2/port.c
+++ b/Source/portable/Rowley/MSP430F449/Port2/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/Rowley/MSP430F449/Port2/portmacro.h b/Source/portable/Rowley/MSP430F449/Port2/portmacro.h
index fa9ba08a..a2ada2c3 100644
--- a/Source/portable/Rowley/MSP430F449/Port2/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/Port2/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/Rowley/MSP430F449/port.c b/Source/portable/Rowley/MSP430F449/port.c
index 1c4d6fb6..6117f134 100644
--- a/Source/portable/Rowley/MSP430F449/port.c
+++ b/Source/portable/Rowley/MSP430F449/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/* Scheduler includes. */
diff --git a/Source/portable/Rowley/MSP430F449/portmacro.h b/Source/portable/Rowley/MSP430F449/portmacro.h
index e9c27c56..fc92355f 100644
--- a/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/SDCC/Cygnal/port.c b/Source/portable/SDCC/Cygnal/port.c
index 37c79a72..cfd3a9fe 100644
--- a/Source/portable/SDCC/Cygnal/port.c
+++ b/Source/portable/SDCC/Cygnal/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*-----------------------------------------------------------
diff --git a/Source/portable/SDCC/Cygnal/portmacro.h b/Source/portable/SDCC/Cygnal/portmacro.h
index 4e108bfb..4d2087ef 100644
--- a/Source/portable/SDCC/Cygnal/portmacro.h
+++ b/Source/portable/SDCC/Cygnal/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/Softune/MB91460/port.c b/Source/portable/Softune/MB91460/port.c
index 680545ab..8000480d 100644
--- a/Source/portable/Softune/MB91460/port.c
+++ b/Source/portable/Softune/MB91460/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#include "FreeRTOS.h"
diff --git a/Source/portable/Softune/MB91460/portmacro.h b/Source/portable/Softune/MB91460/portmacro.h
index 57a2f7ff..68d049e5 100644
--- a/Source/portable/Softune/MB91460/portmacro.h
+++ b/Source/portable/Softune/MB91460/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/Softune/MB96340/port.c b/Source/portable/Softune/MB96340/port.c
index e6d16800..2225fdbe 100644
--- a/Source/portable/Softune/MB96340/port.c
+++ b/Source/portable/Softune/MB96340/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#include "FreeRTOS.h"
diff --git a/Source/portable/Softune/MB96340/portmacro.h b/Source/portable/Softune/MB96340/portmacro.h
index 5807de88..b6b0de9e 100644
--- a/Source/portable/Softune/MB96340/portmacro.h
+++ b/Source/portable/Softune/MB96340/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index 341161fa..863398ee 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index 9448ec35..ee7bdb40 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/WizC/PIC18/addFreeRTOS.h b/Source/portable/WizC/PIC18/addFreeRTOS.h
index ec3ebec1..948de3f1 100644
--- a/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/WizC/PIC18/port.c b/Source/portable/WizC/PIC18/port.c
index e096246c..60a0fa8e 100644
--- a/Source/portable/WizC/PIC18/port.c
+++ b/Source/portable/WizC/PIC18/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/WizC/PIC18/portmacro.h b/Source/portable/WizC/PIC18/portmacro.h
index 8c6e5bda..d2c79ae6 100644
--- a/Source/portable/WizC/PIC18/portmacro.h
+++ b/Source/portable/WizC/PIC18/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
index 554b81ad..88eed767 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index b4d3b51e..c9525b3d 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/oWatcom/16BitDOS/PC/port.c b/Source/portable/oWatcom/16BitDOS/PC/port.c
index a2439a87..af1fd155 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
index e5e232b3..de8c096b 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#ifndef PORTMACRO_H
diff --git a/Source/portable/oWatcom/16BitDOS/common/portasm.h b/Source/portable/oWatcom/16BitDOS/common/portasm.h
index 90ec840f..1aa0db00 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
typedef void tskTCB;
diff --git a/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
index 7993da29..72414a68 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
/*
diff --git a/Source/queue.c b/Source/queue.c
index b62399e7..5b9cf69e 100644
--- a/Source/queue.c
+++ b/Source/queue.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#include <stdlib.h>
diff --git a/Source/tasks.c b/Source/tasks.c
index 68c927f2..bd8d82fd 100644
--- a/Source/tasks.c
+++ b/Source/tasks.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/