summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-03-26 13:04:38 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-03-26 13:04:38 +0000
commit4ac1eb4a41da8affa1705997fbfb64b3a968bd2f (patch)
treeec9d57101692f897f84c69d77de4dbc3a93e7c18 /Source
parent61a494c693fe1ba70f00825fb9a33d696fabed7a (diff)
downloadfreertos-4ac1eb4a41da8affa1705997fbfb64b3a968bd2f.tar.gz
freertos-4ac1eb4a41da8affa1705997fbfb64b3a968bd2f.tar.bz2
freertos-4ac1eb4a41da8affa1705997fbfb64b3a968bd2f.tar.xz
Small mods, and update file headers.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@283 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source')
-rw-r--r--Source/croutine.c19
-rw-r--r--Source/include/FreeRTOS.h19
-rw-r--r--Source/include/croutine.h19
-rw-r--r--Source/include/list.h19
-rw-r--r--Source/include/portable.h19
-rw-r--r--Source/include/projdefs.h19
-rw-r--r--Source/include/queue.h29
-rw-r--r--Source/include/semphr.h19
-rw-r--r--Source/include/task.h19
-rw-r--r--Source/list.c19
-rw-r--r--Source/portable/BCC/16BitDOS/Flsh186/port.c19
-rw-r--r--Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h19
-rw-r--r--Source/portable/BCC/16BitDOS/PC/port.c19
-rw-r--r--Source/portable/BCC/16BitDOS/PC/prtmacro.h19
-rw-r--r--Source/portable/BCC/16BitDOS/common/portasm.h19
-rw-r--r--Source/portable/BCC/16BitDOS/common/portcomn.c19
-rw-r--r--Source/portable/CodeWarrior/HCS12/port.c19
-rw-r--r--Source/portable/CodeWarrior/HCS12/portmacro.h19
-rw-r--r--Source/portable/GCC/ARM7_AT91FR40008/port.c19
-rw-r--r--Source/portable/GCC/ARM7_AT91FR40008/portISR.c19
-rw-r--r--Source/portable/GCC/ARM7_AT91FR40008/portmacro.h19
-rw-r--r--Source/portable/GCC/ARM7_AT91SAM7S/port.c19
-rw-r--r--Source/portable/GCC/ARM7_AT91SAM7S/portISR.c19
-rw-r--r--Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h19
-rw-r--r--Source/portable/GCC/ARM7_LPC2000/port.c19
-rw-r--r--Source/portable/GCC/ARM7_LPC2000/portISR.c19
-rw-r--r--Source/portable/GCC/ARM7_LPC2000/portmacro.h19
-rw-r--r--Source/portable/GCC/ARM_CM3/port.c19
-rw-r--r--Source/portable/GCC/ARM_CM3/portmacro.h19
-rw-r--r--Source/portable/GCC/ATMega323/port.c19
-rw-r--r--Source/portable/GCC/ATMega323/portmacro.h19
-rw-r--r--Source/portable/GCC/AVR32_UC3/port.c19
-rw-r--r--Source/portable/GCC/AVR32_UC3/portmacro.h19
-rw-r--r--Source/portable/GCC/H8S2329/port.c19
-rw-r--r--Source/portable/GCC/H8S2329/portmacro.h19
-rw-r--r--Source/portable/GCC/HCS12/port.c19
-rw-r--r--Source/portable/GCC/HCS12/portmacro.h19
-rw-r--r--Source/portable/GCC/MCF5235/port.c19
-rw-r--r--Source/portable/GCC/MCF5235/portmacro.h19
-rw-r--r--Source/portable/GCC/MSP430F449/port.c19
-rw-r--r--Source/portable/GCC/MSP430F449/portmacro.h19
-rw-r--r--Source/portable/GCC/MicroBlaze/port.c19
-rw-r--r--Source/portable/GCC/MicroBlaze/portmacro.h19
-rw-r--r--Source/portable/GCC/PPC405_Xilinx/port.c19
-rw-r--r--Source/portable/GCC/PPC405_Xilinx/portmacro.h19
-rw-r--r--Source/portable/GCC/STR75x/port.c19
-rw-r--r--Source/portable/GCC/STR75x/portISR.c19
-rw-r--r--Source/portable/GCC/STR75x/portmacro.h19
-rw-r--r--Source/portable/IAR/ARM_CM3/port.c19
-rw-r--r--Source/portable/IAR/ARM_CM3/portasm.s19
-rw-r--r--Source/portable/IAR/ARM_CM3/portmacro.h19
-rw-r--r--Source/portable/IAR/ATMega323/port.c19
-rw-r--r--Source/portable/IAR/ATMega323/portmacro.h19
-rw-r--r--Source/portable/IAR/AVR32_UC3/port.c19
-rw-r--r--Source/portable/IAR/AVR32_UC3/portmacro.h19
-rw-r--r--Source/portable/IAR/AtmelSAM7S64/port.c19
-rw-r--r--Source/portable/IAR/AtmelSAM7S64/portmacro.h19
-rw-r--r--Source/portable/IAR/LPC2000/port.c19
-rw-r--r--Source/portable/IAR/LPC2000/portmacro.h19
-rw-r--r--Source/portable/IAR/STR71x/port.c19
-rw-r--r--Source/portable/IAR/STR71x/portmacro.h19
-rw-r--r--Source/portable/IAR/STR75x/port.c19
-rw-r--r--Source/portable/IAR/STR75x/portmacro.h19
-rw-r--r--Source/portable/IAR/STR91x/ISR_Support.h19
-rw-r--r--Source/portable/IAR/STR91x/port.c19
-rw-r--r--Source/portable/IAR/STR91x/portasm.s7919
-rw-r--r--Source/portable/IAR/STR91x/portmacro.h19
-rw-r--r--Source/portable/Keil/ARM7/port.c19
-rw-r--r--Source/portable/Keil/ARM7/portISR.c19
-rw-r--r--Source/portable/Keil/ARM7/portmacro.h19
-rw-r--r--Source/portable/MPLAB/PIC18F/port.c19
-rw-r--r--Source/portable/MPLAB/PIC18F/portmacro.h19
-rw-r--r--Source/portable/MPLAB/PIC24_dsPIC/port.c19
-rw-r--r--Source/portable/MPLAB/PIC24_dsPIC/portmacro.h19
-rw-r--r--Source/portable/MPLAB/PIC32MX/ISR_Support.h19
-rw-r--r--Source/portable/MPLAB/PIC32MX/port.c19
-rw-r--r--Source/portable/MPLAB/PIC32MX/port_asm.S19
-rw-r--r--Source/portable/MPLAB/PIC32MX/portmacro.h19
-rw-r--r--Source/portable/MemMang/heap_1.c19
-rw-r--r--Source/portable/MemMang/heap_2.c19
-rw-r--r--Source/portable/MemMang/heap_3.c19
-rw-r--r--Source/portable/Paradigm/Tern_EE/large_untested/port.c19
-rw-r--r--Source/portable/Paradigm/Tern_EE/large_untested/portasm.h19
-rw-r--r--Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h19
-rw-r--r--Source/portable/Paradigm/Tern_EE/small/port.c19
-rw-r--r--Source/portable/Paradigm/Tern_EE/small/portasm.h19
-rw-r--r--Source/portable/Paradigm/Tern_EE/small/portmacro.h19
-rw-r--r--Source/portable/RVDS/ARM_CM3/port.c19
-rw-r--r--Source/portable/RVDS/ARM_CM3/portmacro.h19
-rw-r--r--Source/portable/Rowley/MSP430F449/Port1/port.c19
-rw-r--r--Source/portable/Rowley/MSP430F449/Port1/portmacro.h19
-rw-r--r--Source/portable/Rowley/MSP430F449/Port2/port.c19
-rw-r--r--Source/portable/Rowley/MSP430F449/Port2/portmacro.h19
-rw-r--r--Source/portable/Rowley/MSP430F449/port.c19
-rw-r--r--Source/portable/Rowley/MSP430F449/portmacro.h19
-rw-r--r--Source/portable/SDCC/Cygnal/port.c19
-rw-r--r--Source/portable/SDCC/Cygnal/portmacro.h19
-rw-r--r--Source/portable/Softune/MB91460/port.c19
-rw-r--r--Source/portable/Softune/MB91460/portmacro.h19
-rw-r--r--Source/portable/Softune/MB96340/port.c19
-rw-r--r--Source/portable/Softune/MB96340/portmacro.h19
-rw-r--r--Source/portable/WizC/PIC18/Drivers/Tick/Tick.c19
-rw-r--r--Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c19
-rw-r--r--Source/portable/WizC/PIC18/addFreeRTOS.h19
-rw-r--r--Source/portable/WizC/PIC18/port.c19
-rw-r--r--Source/portable/WizC/PIC18/portmacro.h19
-rw-r--r--Source/portable/oWatcom/16BitDOS/Flsh186/port.c19
-rw-r--r--Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h19
-rw-r--r--Source/portable/oWatcom/16BitDOS/PC/port.c19
-rw-r--r--Source/portable/oWatcom/16BitDOS/PC/portmacro.h19
-rw-r--r--Source/portable/oWatcom/16BitDOS/common/portasm.h19
-rw-r--r--Source/portable/oWatcom/16BitDOS/common/portcomn.c19
-rw-r--r--Source/queue.c37
-rw-r--r--Source/tasks.c19
114 files changed, 1154 insertions, 1040 deletions
diff --git a/Source/croutine.c b/Source/croutine.c
index a330e329..da93da4e 100644
--- a/Source/croutine.c
+++ b/Source/croutine.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/include/FreeRTOS.h b/Source/include/FreeRTOS.h
index 5ed51735..c0434612 100644
--- a/Source/include/FreeRTOS.h
+++ b/Source/include/FreeRTOS.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/include/croutine.h b/Source/include/croutine.h
index e69d2bcd..8cad64b4 100644
--- a/Source/include/croutine.h
+++ b/Source/include/croutine.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/include/list.h b/Source/include/list.h
index b6831a73..5dd6cad1 100644
--- a/Source/include/list.h
+++ b/Source/include/list.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/include/portable.h b/Source/include/portable.h
index b6ae1b9a..926396ac 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -23,15 +23,16 @@
of http:www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/include/projdefs.h b/Source/include/projdefs.h
index d8d859ae..4c755bf8 100644
--- a/Source/include/projdefs.h
+++ b/Source/include/projdefs.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/include/queue.h b/Source/include/queue.h
index 1ab63a6a..9e299aae 100644
--- a/Source/include/queue.h
+++ b/Source/include/queue.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
@@ -735,7 +736,7 @@ signed portBASE_TYPE xQueueGenericReceive( xQueueHandle xQueue, const void * con
/**
* queue. h
- * <pre>unsigned portBASE_TYPE uxQueueMessagesWaiting( const xQueueHandle const xQueue );</pre>
+ * <pre>unsigned portBASE_TYPE uxQueueMessagesWaiting( const xQueueHandle xQueue );</pre>
*
* Return the number of messages stored in a queue.
*
@@ -746,7 +747,7 @@ signed portBASE_TYPE xQueueGenericReceive( xQueueHandle xQueue, const void * con
* \page uxQueueMessagesWaiting uxQueueMessagesWaiting
* \ingroup QueueManagement
*/
-unsigned portBASE_TYPE uxQueueMessagesWaiting( const xQueueHandle const xQueue );
+unsigned portBASE_TYPE uxQueueMessagesWaiting( const xQueueHandle xQueue );
/**
* queue. h
@@ -1174,9 +1175,9 @@ signed portBASE_TYPE xQueueReceiveFromISR( xQueueHandle pxQueue, const void * co
* Utilities to query queue that are safe to use from an ISR. These utilities
* should be used only from witin an ISR, or within a critical section.
*/
-signed portBASE_TYPE xQueueIsQueueEmptyFromISR( const xQueueHandle const pxQueue );
-signed portBASE_TYPE xQueueIsQueueFullFromISR( const xQueueHandle const pxQueue );
-unsigned portBASE_TYPE uxQueueMessagesWaitingFromISR( const xQueueHandle const pxQueue );
+signed portBASE_TYPE xQueueIsQueueEmptyFromISR( const xQueueHandle pxQueue );
+signed portBASE_TYPE xQueueIsQueueFullFromISR( const xQueueHandle pxQueue );
+unsigned portBASE_TYPE uxQueueMessagesWaitingFromISR( const xQueueHandle pxQueue );
/*
diff --git a/Source/include/semphr.h b/Source/include/semphr.h
index 0bd3f3fe..e53dda77 100644
--- a/Source/include/semphr.h
+++ b/Source/include/semphr.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/include/task.h b/Source/include/task.h
index f4ef7b36..fa5f6adb 100644
--- a/Source/include/task.h
+++ b/Source/include/task.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/list.c b/Source/list.c
index e77f2f13..3880a932 100644
--- a/Source/list.c
+++ b/Source/list.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/BCC/16BitDOS/Flsh186/port.c b/Source/portable/BCC/16BitDOS/Flsh186/port.c
index 99bbb82c..6c9ac3e9 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/Source/portable/BCC/16BitDOS/Flsh186/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index 7d1aebb2..32bb3a47 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/BCC/16BitDOS/PC/port.c b/Source/portable/BCC/16BitDOS/PC/port.c
index ef8a033f..58daec61 100644
--- a/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/Source/portable/BCC/16BitDOS/PC/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index 7b47451e..7d7e2121 100644
--- a/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/BCC/16BitDOS/common/portasm.h b/Source/portable/BCC/16BitDOS/common/portasm.h
index 418fa9a4..d68ee074 100644
--- a/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/BCC/16BitDOS/common/portcomn.c b/Source/portable/BCC/16BitDOS/common/portcomn.c
index 5edffe59..8007d394 100644
--- a/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/CodeWarrior/HCS12/port.c b/Source/portable/CodeWarrior/HCS12/port.c
index adb7904e..617640b4 100644
--- a/Source/portable/CodeWarrior/HCS12/port.c
+++ b/Source/portable/CodeWarrior/HCS12/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/CodeWarrior/HCS12/portmacro.h b/Source/portable/CodeWarrior/HCS12/portmacro.h
index dfa1f4a1..b653a8fd 100644
--- a/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/ARM7_AT91FR40008/port.c b/Source/portable/GCC/ARM7_AT91FR40008/port.c
index ea0e230c..b871fc2f 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
index cb40ef7d..62ee5461 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index 0a53eb5e..afc13939 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index f2e930e0..202d22c1 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index 5a9af025..ffe2c1b5 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index aff4a3a5..f4815e82 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/ARM7_LPC2000/port.c b/Source/portable/GCC/ARM7_LPC2000/port.c
index 13a92420..aed5bbc4 100644
--- a/Source/portable/GCC/ARM7_LPC2000/port.c
+++ b/Source/portable/GCC/ARM7_LPC2000/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/ARM7_LPC2000/portISR.c b/Source/portable/GCC/ARM7_LPC2000/portISR.c
index 52646070..3de4c16c 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index aff4a3a5..f4815e82 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/ARM_CM3/port.c b/Source/portable/GCC/ARM_CM3/port.c
index d124dad9..cc3568fd 100644
--- a/Source/portable/GCC/ARM_CM3/port.c
+++ b/Source/portable/GCC/ARM_CM3/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/ARM_CM3/portmacro.h b/Source/portable/GCC/ARM_CM3/portmacro.h
index 76badef8..b1a1efce 100644
--- a/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c
index 98b551a6..3a09ceaf 100644
--- a/Source/portable/GCC/ATMega323/port.c
+++ b/Source/portable/GCC/ATMega323/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/ATMega323/portmacro.h b/Source/portable/GCC/ATMega323/portmacro.h
index e24efa6d..6d45abea 100644
--- a/Source/portable/GCC/ATMega323/portmacro.h
+++ b/Source/portable/GCC/ATMega323/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/AVR32_UC3/port.c b/Source/portable/GCC/AVR32_UC3/port.c
index 9906760f..3b403257 100644
--- a/Source/portable/GCC/AVR32_UC3/port.c
+++ b/Source/portable/GCC/AVR32_UC3/port.c
@@ -37,15 +37,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/AVR32_UC3/portmacro.h b/Source/portable/GCC/AVR32_UC3/portmacro.h
index 1c9269f2..9840d9eb 100644
--- a/Source/portable/GCC/AVR32_UC3/portmacro.h
+++ b/Source/portable/GCC/AVR32_UC3/portmacro.h
@@ -37,15 +37,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/H8S2329/port.c b/Source/portable/GCC/H8S2329/port.c
index cb0e26b6..8b163578 100644
--- a/Source/portable/GCC/H8S2329/port.c
+++ b/Source/portable/GCC/H8S2329/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/H8S2329/portmacro.h b/Source/portable/GCC/H8S2329/portmacro.h
index 2057f8e7..d2b5ef76 100644
--- a/Source/portable/GCC/H8S2329/portmacro.h
+++ b/Source/portable/GCC/H8S2329/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/HCS12/port.c b/Source/portable/GCC/HCS12/port.c
index 0e0446ab..212a0064 100644
--- a/Source/portable/GCC/HCS12/port.c
+++ b/Source/portable/GCC/HCS12/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/HCS12/portmacro.h b/Source/portable/GCC/HCS12/portmacro.h
index c07c7e90..0393ea7e 100644
--- a/Source/portable/GCC/HCS12/portmacro.h
+++ b/Source/portable/GCC/HCS12/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/MCF5235/port.c b/Source/portable/GCC/MCF5235/port.c
index ff8ba2e0..320e2218 100644
--- a/Source/portable/GCC/MCF5235/port.c
+++ b/Source/portable/GCC/MCF5235/port.c
@@ -24,15 +24,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/MCF5235/portmacro.h b/Source/portable/GCC/MCF5235/portmacro.h
index 973d9287..c02fbbd9 100644
--- a/Source/portable/GCC/MCF5235/portmacro.h
+++ b/Source/portable/GCC/MCF5235/portmacro.h
@@ -24,15 +24,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/MSP430F449/port.c b/Source/portable/GCC/MSP430F449/port.c
index c4650366..2159ef31 100644
--- a/Source/portable/GCC/MSP430F449/port.c
+++ b/Source/portable/GCC/MSP430F449/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/MSP430F449/portmacro.h b/Source/portable/GCC/MSP430F449/portmacro.h
index 382ec4bc..36c53c44 100644
--- a/Source/portable/GCC/MSP430F449/portmacro.h
+++ b/Source/portable/GCC/MSP430F449/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/MicroBlaze/port.c b/Source/portable/GCC/MicroBlaze/port.c
index 30943c2b..c0f19c1d 100644
--- a/Source/portable/GCC/MicroBlaze/port.c
+++ b/Source/portable/GCC/MicroBlaze/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/MicroBlaze/portmacro.h b/Source/portable/GCC/MicroBlaze/portmacro.h
index 0da4a3cf..162c1a50 100644
--- a/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/PPC405_Xilinx/port.c b/Source/portable/GCC/PPC405_Xilinx/port.c
index 64901c43..3bea3da4 100644
--- a/Source/portable/GCC/PPC405_Xilinx/port.c
+++ b/Source/portable/GCC/PPC405_Xilinx/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
index a82854b2..64b2c9e1 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/STR75x/port.c b/Source/portable/GCC/STR75x/port.c
index 271fd443..b7d5ed29 100644
--- a/Source/portable/GCC/STR75x/port.c
+++ b/Source/portable/GCC/STR75x/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/STR75x/portISR.c b/Source/portable/GCC/STR75x/portISR.c
index e374b1db..b3defe1a 100644
--- a/Source/portable/GCC/STR75x/portISR.c
+++ b/Source/portable/GCC/STR75x/portISR.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/GCC/STR75x/portmacro.h b/Source/portable/GCC/STR75x/portmacro.h
index da44d71c..9ed9778b 100644
--- a/Source/portable/GCC/STR75x/portmacro.h
+++ b/Source/portable/GCC/STR75x/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/ARM_CM3/port.c b/Source/portable/IAR/ARM_CM3/port.c
index f5d1ab26..5059de37 100644
--- a/Source/portable/IAR/ARM_CM3/port.c
+++ b/Source/portable/IAR/ARM_CM3/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/ARM_CM3/portasm.s b/Source/portable/IAR/ARM_CM3/portasm.s
index eb52fe33..65522b5b 100644
--- a/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/Source/portable/IAR/ARM_CM3/portasm.s
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/ARM_CM3/portmacro.h b/Source/portable/IAR/ARM_CM3/portmacro.h
index a6157817..f0f47a88 100644
--- a/Source/portable/IAR/ARM_CM3/portmacro.h
+++ b/Source/portable/IAR/ARM_CM3/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/ATMega323/port.c b/Source/portable/IAR/ATMega323/port.c
index f8490ffa..d2eaa2c6 100644
--- a/Source/portable/IAR/ATMega323/port.c
+++ b/Source/portable/IAR/ATMega323/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/ATMega323/portmacro.h b/Source/portable/IAR/ATMega323/portmacro.h
index fd0cb2ee..b3110a85 100644
--- a/Source/portable/IAR/ATMega323/portmacro.h
+++ b/Source/portable/IAR/ATMega323/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/AVR32_UC3/port.c b/Source/portable/IAR/AVR32_UC3/port.c
index e65c9f25..9641501c 100644
--- a/Source/portable/IAR/AVR32_UC3/port.c
+++ b/Source/portable/IAR/AVR32_UC3/port.c
@@ -37,15 +37,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/AVR32_UC3/portmacro.h b/Source/portable/IAR/AVR32_UC3/portmacro.h
index c0c52a36..9ba05b52 100644
--- a/Source/portable/IAR/AVR32_UC3/portmacro.h
+++ b/Source/portable/IAR/AVR32_UC3/portmacro.h
@@ -37,15 +37,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/AtmelSAM7S64/port.c b/Source/portable/IAR/AtmelSAM7S64/port.c
index 9caee5fd..9d50ee4b 100644
--- a/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
index d4393249..42ff2e6a 100644
--- a/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/LPC2000/port.c b/Source/portable/IAR/LPC2000/port.c
index 3ee73ca4..8087067e 100644
--- a/Source/portable/IAR/LPC2000/port.c
+++ b/Source/portable/IAR/LPC2000/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/LPC2000/portmacro.h b/Source/portable/IAR/LPC2000/portmacro.h
index 8a9245b7..39901d9b 100644
--- a/Source/portable/IAR/LPC2000/portmacro.h
+++ b/Source/portable/IAR/LPC2000/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/STR71x/port.c b/Source/portable/IAR/STR71x/port.c
index 51be1a84..709231eb 100644
--- a/Source/portable/IAR/STR71x/port.c
+++ b/Source/portable/IAR/STR71x/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/STR71x/portmacro.h b/Source/portable/IAR/STR71x/portmacro.h
index 5248b456..3c1505aa 100644
--- a/Source/portable/IAR/STR71x/portmacro.h
+++ b/Source/portable/IAR/STR71x/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/STR75x/port.c b/Source/portable/IAR/STR75x/port.c
index 334e94e9..bb345601 100644
--- a/Source/portable/IAR/STR75x/port.c
+++ b/Source/portable/IAR/STR75x/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/STR75x/portmacro.h b/Source/portable/IAR/STR75x/portmacro.h
index de9ba889..406b979f 100644
--- a/Source/portable/IAR/STR75x/portmacro.h
+++ b/Source/portable/IAR/STR75x/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/STR91x/ISR_Support.h b/Source/portable/IAR/STR91x/ISR_Support.h
index d0c9a2f4..f93ff14a 100644
--- a/Source/portable/IAR/STR91x/ISR_Support.h
+++ b/Source/portable/IAR/STR91x/ISR_Support.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/STR91x/port.c b/Source/portable/IAR/STR91x/port.c
index 0574f61d..bcd23911 100644
--- a/Source/portable/IAR/STR91x/port.c
+++ b/Source/portable/IAR/STR91x/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/STR91x/portasm.s79 b/Source/portable/IAR/STR91x/portasm.s79
index 9455fd7c..cf283ff3 100644
--- a/Source/portable/IAR/STR91x/portasm.s79
+++ b/Source/portable/IAR/STR91x/portasm.s79
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/IAR/STR91x/portmacro.h b/Source/portable/IAR/STR91x/portmacro.h
index ef5d9314..98343b32 100644
--- a/Source/portable/IAR/STR91x/portmacro.h
+++ b/Source/portable/IAR/STR91x/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Keil/ARM7/port.c b/Source/portable/Keil/ARM7/port.c
index e8957981..8b446254 100644
--- a/Source/portable/Keil/ARM7/port.c
+++ b/Source/portable/Keil/ARM7/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Keil/ARM7/portISR.c b/Source/portable/Keil/ARM7/portISR.c
index 173a1cc7..d084353f 100644
--- a/Source/portable/Keil/ARM7/portISR.c
+++ b/Source/portable/Keil/ARM7/portISR.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Keil/ARM7/portmacro.h b/Source/portable/Keil/ARM7/portmacro.h
index 30ce017d..671e35b5 100644
--- a/Source/portable/Keil/ARM7/portmacro.h
+++ b/Source/portable/Keil/ARM7/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/MPLAB/PIC18F/port.c b/Source/portable/MPLAB/PIC18F/port.c
index cc610fbf..d1f6bd39 100644
--- a/Source/portable/MPLAB/PIC18F/port.c
+++ b/Source/portable/MPLAB/PIC18F/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/MPLAB/PIC18F/portmacro.h b/Source/portable/MPLAB/PIC18F/portmacro.h
index f897c68e..47d13bd9 100644
--- a/Source/portable/MPLAB/PIC18F/portmacro.h
+++ b/Source/portable/MPLAB/PIC18F/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/MPLAB/PIC24_dsPIC/port.c b/Source/portable/MPLAB/PIC24_dsPIC/port.c
index 1e2051ad..e715cf37 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index c97ef8e3..a569319c 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
index 9073ae08..e1d96274 100644
--- a/Source/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/MPLAB/PIC32MX/port.c b/Source/portable/MPLAB/PIC32MX/port.c
index 7435d05e..290fb89a 100644
--- a/Source/portable/MPLAB/PIC32MX/port.c
+++ b/Source/portable/MPLAB/PIC32MX/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/MPLAB/PIC32MX/port_asm.S b/Source/portable/MPLAB/PIC32MX/port_asm.S
index 253bc9c4..d32b0ab6 100644
--- a/Source/portable/MPLAB/PIC32MX/port_asm.S
+++ b/Source/portable/MPLAB/PIC32MX/port_asm.S
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/MPLAB/PIC32MX/portmacro.h b/Source/portable/MPLAB/PIC32MX/portmacro.h
index 95381825..250c3e26 100644
--- a/Source/portable/MPLAB/PIC32MX/portmacro.h
+++ b/Source/portable/MPLAB/PIC32MX/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/MemMang/heap_1.c b/Source/portable/MemMang/heap_1.c
index 67d080d2..2af30fc8 100644
--- a/Source/portable/MemMang/heap_1.c
+++ b/Source/portable/MemMang/heap_1.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/MemMang/heap_2.c b/Source/portable/MemMang/heap_2.c
index a42136c8..75d2b995 100644
--- a/Source/portable/MemMang/heap_2.c
+++ b/Source/portable/MemMang/heap_2.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/MemMang/heap_3.c b/Source/portable/MemMang/heap_3.c
index 43a4524f..15bfae18 100644
--- a/Source/portable/MemMang/heap_3.c
+++ b/Source/portable/MemMang/heap_3.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/port.c b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
index 60bb5d2c..3920546a 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/port.c
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
index d5bdeaba..14c1f8e7 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
index b6ccbcc6..fea11856 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Paradigm/Tern_EE/small/port.c b/Source/portable/Paradigm/Tern_EE/small/port.c
index 55287cd9..ba906a99 100644
--- a/Source/portable/Paradigm/Tern_EE/small/port.c
+++ b/Source/portable/Paradigm/Tern_EE/small/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Paradigm/Tern_EE/small/portasm.h b/Source/portable/Paradigm/Tern_EE/small/portasm.h
index 78304bab..3a9702f5 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portasm.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
index bfdefb63..7ebfbba0 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/RVDS/ARM_CM3/port.c b/Source/portable/RVDS/ARM_CM3/port.c
index 87f9bcd2..98a404d5 100644
--- a/Source/portable/RVDS/ARM_CM3/port.c
+++ b/Source/portable/RVDS/ARM_CM3/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/RVDS/ARM_CM3/portmacro.h b/Source/portable/RVDS/ARM_CM3/portmacro.h
index 9f6f0647..b82f2eaa 100644
--- a/Source/portable/RVDS/ARM_CM3/portmacro.h
+++ b/Source/portable/RVDS/ARM_CM3/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Rowley/MSP430F449/Port1/port.c b/Source/portable/Rowley/MSP430F449/Port1/port.c
index 6117f134..7fc772a2 100644
--- a/Source/portable/Rowley/MSP430F449/Port1/port.c
+++ b/Source/portable/Rowley/MSP430F449/Port1/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Rowley/MSP430F449/Port1/portmacro.h b/Source/portable/Rowley/MSP430F449/Port1/portmacro.h
index c6dcb30e..e5a4f62b 100644
--- a/Source/portable/Rowley/MSP430F449/Port1/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/Port1/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Rowley/MSP430F449/Port2/port.c b/Source/portable/Rowley/MSP430F449/Port2/port.c
index ca4eb3d2..9fa5996d 100644
--- a/Source/portable/Rowley/MSP430F449/Port2/port.c
+++ b/Source/portable/Rowley/MSP430F449/Port2/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Rowley/MSP430F449/Port2/portmacro.h b/Source/portable/Rowley/MSP430F449/Port2/portmacro.h
index a2ada2c3..f6b0acce 100644
--- a/Source/portable/Rowley/MSP430F449/Port2/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/Port2/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Rowley/MSP430F449/port.c b/Source/portable/Rowley/MSP430F449/port.c
index 6117f134..7fc772a2 100644
--- a/Source/portable/Rowley/MSP430F449/port.c
+++ b/Source/portable/Rowley/MSP430F449/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Rowley/MSP430F449/portmacro.h b/Source/portable/Rowley/MSP430F449/portmacro.h
index fc92355f..f8045e63 100644
--- a/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/SDCC/Cygnal/port.c b/Source/portable/SDCC/Cygnal/port.c
index cfd3a9fe..280421f1 100644
--- a/Source/portable/SDCC/Cygnal/port.c
+++ b/Source/portable/SDCC/Cygnal/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/SDCC/Cygnal/portmacro.h b/Source/portable/SDCC/Cygnal/portmacro.h
index 4d2087ef..30b2cdb9 100644
--- a/Source/portable/SDCC/Cygnal/portmacro.h
+++ b/Source/portable/SDCC/Cygnal/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Softune/MB91460/port.c b/Source/portable/Softune/MB91460/port.c
index 8000480d..ec6812a1 100644
--- a/Source/portable/Softune/MB91460/port.c
+++ b/Source/portable/Softune/MB91460/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Softune/MB91460/portmacro.h b/Source/portable/Softune/MB91460/portmacro.h
index 68d049e5..e6dba61f 100644
--- a/Source/portable/Softune/MB91460/portmacro.h
+++ b/Source/portable/Softune/MB91460/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Softune/MB96340/port.c b/Source/portable/Softune/MB96340/port.c
index 2225fdbe..4dc6e5a5 100644
--- a/Source/portable/Softune/MB96340/port.c
+++ b/Source/portable/Softune/MB96340/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/Softune/MB96340/portmacro.h b/Source/portable/Softune/MB96340/portmacro.h
index b6b0de9e..6efabe24 100644
--- a/Source/portable/Softune/MB96340/portmacro.h
+++ b/Source/portable/Softune/MB96340/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index 863398ee..bfdcfb68 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index ee7bdb40..279debbe 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/WizC/PIC18/addFreeRTOS.h b/Source/portable/WizC/PIC18/addFreeRTOS.h
index 948de3f1..555402f7 100644
--- a/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/WizC/PIC18/port.c b/Source/portable/WizC/PIC18/port.c
index 60a0fa8e..2a847ab0 100644
--- a/Source/portable/WizC/PIC18/port.c
+++ b/Source/portable/WizC/PIC18/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/WizC/PIC18/portmacro.h b/Source/portable/WizC/PIC18/portmacro.h
index d2c79ae6..ef8b9500 100644
--- a/Source/portable/WizC/PIC18/portmacro.h
+++ b/Source/portable/WizC/PIC18/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
index 88eed767..2501d030 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index c9525b3d..cedfb639 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/oWatcom/16BitDOS/PC/port.c b/Source/portable/oWatcom/16BitDOS/PC/port.c
index af1fd155..394a6b96 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
index de8c096b..89900081 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/oWatcom/16BitDOS/common/portasm.h b/Source/portable/oWatcom/16BitDOS/common/portasm.h
index 1aa0db00..8a96624b 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
index 72414a68..a043ddc5 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
diff --git a/Source/queue.c b/Source/queue.c
index 5b9cf69e..a591ea86 100644
--- a/Source/queue.c
+++ b/Source/queue.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.
@@ -113,7 +114,7 @@ typedef xQUEUE * xQueueHandle;
*/
xQueueHandle xQueueCreate( unsigned portBASE_TYPE uxQueueLength, unsigned portBASE_TYPE uxItemSize );
signed portBASE_TYPE xQueueGenericSend( xQueueHandle xQueue, const void * const pvItemToQueue, portTickType xTicksToWait, portBASE_TYPE xCopyPosition );
-unsigned portBASE_TYPE uxQueueMessagesWaiting( const xQueueHandle const pxQueue );
+unsigned portBASE_TYPE uxQueueMessagesWaiting( const xQueueHandle pxQueue );
void vQueueDelete( xQueueHandle xQueue );
signed portBASE_TYPE xQueueGenericSendFromISR( xQueueHandle pxQueue, const void * const pvItemToQueue, signed portBASE_TYPE xTaskPreviouslyWoken, portBASE_TYPE xCopyPosition );
signed portBASE_TYPE xQueueGenericReceive( xQueueHandle pxQueue, const void * const pvBuffer, portTickType xTicksToWait, portBASE_TYPE xJustPeeking );
@@ -124,9 +125,9 @@ portBASE_TYPE xQueueTakeMutexRecursive( xQueueHandle xMutex, portTickType xBlock
portBASE_TYPE xQueueGiveMutexRecursive( xQueueHandle xMutex );
signed portBASE_TYPE xQueueAltGenericSend( xQueueHandle pxQueue, const void * const pvItemToQueue, portTickType xTicksToWait, portBASE_TYPE xCopyPosition );
signed portBASE_TYPE xQueueAltGenericReceive( xQueueHandle pxQueue, const void * const pvBuffer, portTickType xTicksToWait, portBASE_TYPE xJustPeeking );
-portBASE_TYPE xQueueIsQueueEmptyFromISR( const xQueueHandle const pxQueue );
-portBASE_TYPE xQueueIsQueueFullFromISR( const xQueueHandle const pxQueue );
-unsigned portBASE_TYPE uxQueueMessagesWaitingFromISR( const xQueueHandle const pxQueue );
+portBASE_TYPE xQueueIsQueueEmptyFromISR( const xQueueHandle pxQueue );
+portBASE_TYPE xQueueIsQueueFullFromISR( const xQueueHandle pxQueue );
+unsigned portBASE_TYPE uxQueueMessagesWaitingFromISR( const xQueueHandle pxQueue );
#if configUSE_CO_ROUTINES == 1
@@ -151,14 +152,14 @@ static void prvUnlockQueue( xQueueHandle pxQueue );
*
* @return pdTRUE if the queue contains no items, otherwise pdFALSE.
*/
-static signed portBASE_TYPE prvIsQueueEmpty( const xQueueHandle const pxQueue );
+static signed portBASE_TYPE prvIsQueueEmpty( const xQueueHandle pxQueue );
/*
* Uses a critical section to determine if there is any space in a queue.
*
* @return pdTRUE if there is no space, otherwise pdFALSE;
*/
-static signed portBASE_TYPE prvIsQueueFull( const xQueueHandle const pxQueue );
+static signed portBASE_TYPE prvIsQueueFull( const xQueueHandle pxQueue );
/*
* Copies an item into the queue, either at the front of the queue or the
@@ -1040,7 +1041,7 @@ signed portBASE_TYPE xReturn;
}
/*-----------------------------------------------------------*/
-unsigned portBASE_TYPE uxQueueMessagesWaiting( const xQueueHandle const pxQueue )
+unsigned portBASE_TYPE uxQueueMessagesWaiting( const xQueueHandle pxQueue )
{
unsigned portBASE_TYPE uxReturn;
@@ -1179,7 +1180,7 @@ static void prvUnlockQueue( xQueueHandle pxQueue )
}
/*-----------------------------------------------------------*/
-static signed portBASE_TYPE prvIsQueueEmpty( const xQueueHandle const pxQueue )
+static signed portBASE_TYPE prvIsQueueEmpty( const xQueueHandle pxQueue )
{
signed portBASE_TYPE xReturn;
@@ -1201,7 +1202,7 @@ signed portBASE_TYPE xReturn;
}
/*-----------------------------------------------------------*/
-static signed portBASE_TYPE prvIsQueueFull( const xQueueHandle const pxQueue )
+static signed portBASE_TYPE prvIsQueueFull( const xQueueHandle pxQueue )
{
signed portBASE_TYPE xReturn;
diff --git a/Source/tasks.c b/Source/tasks.c
index bd8d82fd..065004b4 100644
--- a/Source/tasks.c
+++ b/Source/tasks.c
@@ -23,15 +23,16 @@
of http://www.FreeRTOS.org for full details of how and when the exception
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. *
- * *
- ***************************************************************************
- ***************************************************************************
+ ***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
+ * and even write all or part of your application on your behalf. *
+ * See http://www.OpenRTOS.com for details of the services we provide to *
+ * expedite your project. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
Please ensure to read the configuration and relevant port sections of the
online documentation.