From: richardbarry Date: Wed, 26 Mar 2008 13:04:38 +0000 (+0000) Subject: Small mods, and update file headers. X-Git-Tag: V4.8.0 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f65dcf1286f623b98e34761c07498b3033b112b8;p=freertos Small mods, and update file headers. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@283 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h index 1f2b6881e..5fe8eebbb 100644 --- a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h +++ b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.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/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c index fc9ec8a68..a634708b7 100644 --- a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c +++ b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.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/Demo/ARM7_AT91FR40008_GCC/main.c b/Demo/ARM7_AT91FR40008_GCC/main.c index 0e291408e..496b71f66 100644 --- a/Demo/ARM7_AT91FR40008_GCC/main.c +++ b/Demo/ARM7_AT91FR40008_GCC/main.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/Demo/ARM7_AT91FR40008_GCC/serial/serial.c b/Demo/ARM7_AT91FR40008_GCC/serial/serial.c index 47ac4fb6a..255eb1d7b 100644 --- a/Demo/ARM7_AT91FR40008_GCC/serial/serial.c +++ b/Demo/ARM7_AT91FR40008_GCC/serial/serial.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/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h index a689f9897..361614ce9 100644 --- a/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h +++ b/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.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/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c index c3d8c2900..86291af07 100644 --- a/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c +++ b/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.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/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c b/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c index f57fd39ef..a8d8858ff 100644 --- a/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c +++ b/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.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/Demo/ARM7_AT91SAM7S64_IAR/main.c b/Demo/ARM7_AT91SAM7S64_IAR/main.c index 74ca53189..f6774a7aa 100644 --- a/Demo/ARM7_AT91SAM7S64_IAR/main.c +++ b/Demo/ARM7_AT91SAM7S64_IAR/main.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/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c index 2d2a2f64a..25092699d 100644 --- a/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c +++ b/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.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/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h index 643d6d8da..174a57e32 100644 --- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h +++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.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/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c index c453c9a68..ec47f7f2d 100644 --- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c +++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.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/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c index a3dc7d64e..d154d120a 100644 --- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c +++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.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/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h index 5e134f19c..c9054f62d 100644 --- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h +++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.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/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c index 7e325d2da..8b9cfb3e5 100644 --- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c +++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.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/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c index 8ecaf0be4..b2ebd5eed 100644 --- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c +++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.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/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c index e4af1ffea..8de7238d6 100644 --- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c +++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.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/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c index d48148d8b..11c03d203 100644 --- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c +++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.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/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h index 95d604cd4..b8b57b22b 100644 --- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h +++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.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/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h index e673e9016..ee00124d4 100644 --- a/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h +++ b/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_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/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h index 4de059803..3cf599337 100644 --- a/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h +++ b/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.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/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c index f6c73f4dd..e629fcabd 100644 --- a/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c +++ b/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.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/Demo/ARM7_LPC2106_GCC/main.c b/Demo/ARM7_LPC2106_GCC/main.c index 9192bc834..e3863dc9b 100644 --- a/Demo/ARM7_LPC2106_GCC/main.c +++ b/Demo/ARM7_LPC2106_GCC/main.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/Demo/ARM7_LPC2106_GCC/serial/serial.c b/Demo/ARM7_LPC2106_GCC/serial/serial.c index e75f44be4..04ed2716b 100644 --- a/Demo/ARM7_LPC2106_GCC/serial/serial.c +++ b/Demo/ARM7_LPC2106_GCC/serial/serial.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/Demo/ARM7_LPC2106_GCC/serial/serialISR.c b/Demo/ARM7_LPC2106_GCC/serial/serialISR.c index bed84f778..7e0d694d4 100644 --- a/Demo/ARM7_LPC2106_GCC/serial/serialISR.c +++ b/Demo/ARM7_LPC2106_GCC/serial/serialISR.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/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h index 8caa28a95..0d3ba96b5 100644 --- a/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h +++ b/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.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/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c index fc7ddd359..f8c6d874f 100644 --- a/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c +++ b/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.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/Demo/ARM7_LPC2129_IAR/main.c b/Demo/ARM7_LPC2129_IAR/main.c index 4f817c138..1c8bcad19 100644 --- a/Demo/ARM7_LPC2129_IAR/main.c +++ b/Demo/ARM7_LPC2129_IAR/main.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/Demo/ARM7_LPC2129_IAR/serial/serial.c b/Demo/ARM7_LPC2129_IAR/serial/serial.c index 713005efc..7e3972f5d 100644 --- a/Demo/ARM7_LPC2129_IAR/serial/serial.c +++ b/Demo/ARM7_LPC2129_IAR/serial/serial.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/Demo/ARM7_LPC2129_Keil/FreeRTOSConfig.h b/Demo/ARM7_LPC2129_Keil/FreeRTOSConfig.h index 95ac6f57f..e783e1bde 100644 --- a/Demo/ARM7_LPC2129_Keil/FreeRTOSConfig.h +++ b/Demo/ARM7_LPC2129_Keil/FreeRTOSConfig.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/Demo/ARM7_LPC2129_Keil/ParTest/ParTest.c b/Demo/ARM7_LPC2129_Keil/ParTest/ParTest.c index 8d8e9851f..e6f4b8382 100644 --- a/Demo/ARM7_LPC2129_Keil/ParTest/ParTest.c +++ b/Demo/ARM7_LPC2129_Keil/ParTest/ParTest.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/Demo/ARM7_LPC2129_Keil/main.c b/Demo/ARM7_LPC2129_Keil/main.c index 5e81ec94b..834664a9c 100644 --- a/Demo/ARM7_LPC2129_Keil/main.c +++ b/Demo/ARM7_LPC2129_Keil/main.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/Demo/ARM7_LPC2129_Keil/serial/serial.c b/Demo/ARM7_LPC2129_Keil/serial/serial.c index 7c492a4e6..87911d89a 100644 --- a/Demo/ARM7_LPC2129_Keil/serial/serial.c +++ b/Demo/ARM7_LPC2129_Keil/serial/serial.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/Demo/ARM7_LPC2129_Keil/serial/serialISR.c b/Demo/ARM7_LPC2129_Keil/serial/serialISR.c index 8e1605232..739c540a7 100644 --- a/Demo/ARM7_LPC2129_Keil/serial/serialISR.c +++ b/Demo/ARM7_LPC2129_Keil/serial/serialISR.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/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h index f3fb49857..361ca55cf 100644 --- a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h +++ b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.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/Demo/ARM7_LPC2138_Rowley/main.c b/Demo/ARM7_LPC2138_Rowley/main.c index b7221385d..9b167ca7e 100644 --- a/Demo/ARM7_LPC2138_Rowley/main.c +++ b/Demo/ARM7_LPC2138_Rowley/main.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/Demo/ARM7_LPC2138_Rowley/mainISR.c b/Demo/ARM7_LPC2138_Rowley/mainISR.c index ab4fb9ae7..6fc4bc001 100644 --- a/Demo/ARM7_LPC2138_Rowley/mainISR.c +++ b/Demo/ARM7_LPC2138_Rowley/mainISR.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/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c index 5dd292f2e..921e0000f 100644 --- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c +++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.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/Demo/ARM7_LPC2368_Rowley/main.c b/Demo/ARM7_LPC2368_Rowley/main.c index 3fc3fd87c..28c333add 100644 --- a/Demo/ARM7_LPC2368_Rowley/main.c +++ b/Demo/ARM7_LPC2368_Rowley/main.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/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h index 887b845ae..3d4f1dd44 100644 --- a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h +++ b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.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/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c index f70e2fd0c..0ab56c36d 100644 --- a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c +++ b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.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/Demo/ARM7_STR71x_IAR/main.c b/Demo/ARM7_STR71x_IAR/main.c index 47c59e7e3..be5f1aa6b 100644 --- a/Demo/ARM7_STR71x_IAR/main.c +++ b/Demo/ARM7_STR71x_IAR/main.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/Demo/ARM7_STR71x_IAR/serial/serial.c b/Demo/ARM7_STR71x_IAR/serial/serial.c index f8076d18f..eb8d66f1f 100644 --- a/Demo/ARM7_STR71x_IAR/serial/serial.c +++ b/Demo/ARM7_STR71x_IAR/serial/serial.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/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h index f9e92a5fb..c28866ec1 100644 --- a/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h +++ b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.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/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c index 5ec5bd1bc..b0f0936d2 100644 --- a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c +++ b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.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/Demo/ARM7_STR75x_GCC/main.c b/Demo/ARM7_STR75x_GCC/main.c index b1ca11d22..8ecbf13de 100644 --- a/Demo/ARM7_STR75x_GCC/main.c +++ b/Demo/ARM7_STR75x_GCC/main.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/Demo/ARM7_STR75x_GCC/serial/serial.c b/Demo/ARM7_STR75x_GCC/serial/serial.c index d826d6a9d..d6a30e760 100644 --- a/Demo/ARM7_STR75x_GCC/serial/serial.c +++ b/Demo/ARM7_STR75x_GCC/serial/serial.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/Demo/ARM7_STR75x_GCC/serial/serialISR.c b/Demo/ARM7_STR75x_GCC/serial/serialISR.c index 6808e88ac..944b9ce97 100644 --- a/Demo/ARM7_STR75x_GCC/serial/serialISR.c +++ b/Demo/ARM7_STR75x_GCC/serial/serialISR.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/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h index 09d2dfcde..49e906702 100644 --- a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h +++ b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.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/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c index 5ec5bd1bc..b0f0936d2 100644 --- a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c +++ b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.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/Demo/ARM7_STR75x_IAR/main.c b/Demo/ARM7_STR75x_IAR/main.c index a50bcedd3..f8b8d8bb0 100644 --- a/Demo/ARM7_STR75x_IAR/main.c +++ b/Demo/ARM7_STR75x_IAR/main.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/Demo/ARM7_STR75x_IAR/serial/serial.c b/Demo/ARM7_STR75x_IAR/serial/serial.c index 2254331f9..8f9f3c83f 100644 --- a/Demo/ARM7_STR75x_IAR/serial/serial.c +++ b/Demo/ARM7_STR75x_IAR/serial/serial.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/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h index aa3855453..5c68e3a4d 100644 --- a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h +++ b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.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/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c index ac40d1cc2..83220dad5 100644 --- a/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c +++ b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.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/Demo/ARM9_STR91X_IAR/main.c b/Demo/ARM9_STR91X_IAR/main.c index ed9e38a80..3f2c2b980 100644 --- a/Demo/ARM9_STR91X_IAR/main.c +++ b/Demo/ARM9_STR91X_IAR/main.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/Demo/ARM9_STR91X_IAR/serial/serial.c b/Demo/ARM9_STR91X_IAR/serial/serial.c index 1fe98e374..47abd1a83 100644 --- a/Demo/ARM9_STR91X_IAR/serial/serial.c +++ b/Demo/ARM9_STR91X_IAR/serial/serial.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/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c b/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c index 26dbe8c09..2a65be3dd 100644 --- a/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c +++ b/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.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/Demo/AVR32_UC3/main.c b/Demo/AVR32_UC3/main.c index 37e51be35..5d7217a1d 100644 --- a/Demo/AVR32_UC3/main.c +++ b/Demo/AVR32_UC3/main.c @@ -54,15 +54,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/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h index d450bae82..acb24e8bd 100644 --- a/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h +++ b/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.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/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c b/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c index fc624135f..c796c7abe 100644 --- a/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c +++ b/Demo/AVR_ATMega323_IAR/ParTest/ParTest.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/Demo/AVR_ATMega323_IAR/main.c b/Demo/AVR_ATMega323_IAR/main.c index 67b5dca5e..8d15de009 100644 --- a/Demo/AVR_ATMega323_IAR/main.c +++ b/Demo/AVR_ATMega323_IAR/main.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/Demo/AVR_ATMega323_IAR/regtest.c b/Demo/AVR_ATMega323_IAR/regtest.c index 0942aee09..0f57d9b33 100644 --- a/Demo/AVR_ATMega323_IAR/regtest.c +++ b/Demo/AVR_ATMega323_IAR/regtest.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/Demo/AVR_ATMega323_IAR/regtest.h b/Demo/AVR_ATMega323_IAR/regtest.h index 2c0b9bc35..7c6021666 100644 --- a/Demo/AVR_ATMega323_IAR/regtest.h +++ b/Demo/AVR_ATMega323_IAR/regtest.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/Demo/AVR_ATMega323_IAR/serial/serial.c b/Demo/AVR_ATMega323_IAR/serial/serial.c index 0337066ce..b5aaf9d54 100644 --- a/Demo/AVR_ATMega323_IAR/serial/serial.c +++ b/Demo/AVR_ATMega323_IAR/serial/serial.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/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h index 0a08916ab..afd86a9a7 100644 --- a/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h +++ b/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.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/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c b/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c index fc624135f..c796c7abe 100644 --- a/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c +++ b/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.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/Demo/AVR_ATMega323_WinAVR/main.c b/Demo/AVR_ATMega323_WinAVR/main.c index b6ec5975d..76e723534 100644 --- a/Demo/AVR_ATMega323_WinAVR/main.c +++ b/Demo/AVR_ATMega323_WinAVR/main.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/Demo/AVR_ATMega323_WinAVR/regtest.c b/Demo/AVR_ATMega323_WinAVR/regtest.c index 0942aee09..0f57d9b33 100644 --- a/Demo/AVR_ATMega323_WinAVR/regtest.c +++ b/Demo/AVR_ATMega323_WinAVR/regtest.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/Demo/AVR_ATMega323_WinAVR/regtest.h b/Demo/AVR_ATMega323_WinAVR/regtest.h index 2c0b9bc35..7c6021666 100644 --- a/Demo/AVR_ATMega323_WinAVR/regtest.h +++ b/Demo/AVR_ATMega323_WinAVR/regtest.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/Demo/AVR_ATMega323_WinAVR/serial/serial.c b/Demo/AVR_ATMega323_WinAVR/serial/serial.c index 55e98f6ef..24f33fc30 100644 --- a/Demo/AVR_ATMega323_WinAVR/serial/serial.c +++ b/Demo/AVR_ATMega323_WinAVR/serial/serial.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/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h index 75f9bd9b4..cb188c7d6 100644 --- a/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.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/Demo/CORTEX_LM3S102_GCC/Demo1/main.c b/Demo/CORTEX_LM3S102_GCC/Demo1/main.c index 10ecaba7b..6e4ee274e 100644 --- a/Demo/CORTEX_LM3S102_GCC/Demo1/main.c +++ b/Demo/CORTEX_LM3S102_GCC/Demo1/main.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/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h index 28906f4aa..21934fd80 100644 --- a/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.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/Demo/CORTEX_LM3S102_GCC/Demo2/main.c b/Demo/CORTEX_LM3S102_GCC/Demo2/main.c index c836a1e51..847ff8233 100644 --- a/Demo/CORTEX_LM3S102_GCC/Demo2/main.c +++ b/Demo/CORTEX_LM3S102_GCC/Demo2/main.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/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h index 75f9bd9b4..cb188c7d6 100644 --- a/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.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/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c index 9a104102e..5e5ea3682 100644 --- a/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c +++ b/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.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/Demo/CORTEX_LM3S102_GCC/main.c b/Demo/CORTEX_LM3S102_GCC/main.c index 10ecaba7b..6e4ee274e 100644 --- a/Demo/CORTEX_LM3S102_GCC/main.c +++ b/Demo/CORTEX_LM3S102_GCC/main.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/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h index 75f9bd9b4..cb188c7d6 100644 --- a/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.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/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c b/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c index ee3fd30d3..26c6551e5 100644 --- a/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c +++ b/Demo/CORTEX_LM3S102_KEIL/Demo1/main.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/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h index 28906f4aa..21934fd80 100644 --- a/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.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/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c index 93f311a2b..6247dbe46 100644 --- a/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c +++ b/Demo/CORTEX_LM3S102_KEIL/Demo2/main.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/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h index cefdd0c13..25a2688e0 100644 --- a/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.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/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c index 9a104102e..5e5ea3682 100644 --- a/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c +++ b/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.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/Demo/CORTEX_LM3S102_KEIL/main.c b/Demo/CORTEX_LM3S102_KEIL/main.c index ee3fd30d3..26c6551e5 100644 --- a/Demo/CORTEX_LM3S102_KEIL/main.c +++ b/Demo/CORTEX_LM3S102_KEIL/main.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/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h index 75f9bd9b4..cb188c7d6 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.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/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c index 9a104102e..5e5ea3682 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c +++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.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/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c index 03cb5383f..bd8619b8a 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c +++ b/Demo/CORTEX_LM3S102_Rowley/Demo1/main.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/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h index 28906f4aa..21934fd80 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.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/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c index 9a104102e..5e5ea3682 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c +++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.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/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c index c9bd61ff0..e2f202880 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c +++ b/Demo/CORTEX_LM3S102_Rowley/Demo2/main.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/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h b/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h index 1e3885d5a..fe24d4faa 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.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/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c b/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c index 0c26997f4..4bc5c10c5 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c +++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.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/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c index bbe5d6aef..bd8adc111 100644 --- a/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c +++ b/Demo/CORTEX_LM3S102_Rowley/Demo3/main.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/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h index b913d8edc..b8f0283db 100644 --- a/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.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/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c index 9a104102e..5e5ea3682 100644 --- a/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c +++ b/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.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/Demo/CORTEX_LM3S316_IAR/commstest.c b/Demo/CORTEX_LM3S316_IAR/commstest.c index 56af4b37a..32f5dd1cf 100644 --- a/Demo/CORTEX_LM3S316_IAR/commstest.c +++ b/Demo/CORTEX_LM3S316_IAR/commstest.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/Demo/CORTEX_LM3S316_IAR/commstest.h b/Demo/CORTEX_LM3S316_IAR/commstest.h index 74c0ca25a..948463a92 100644 --- a/Demo/CORTEX_LM3S316_IAR/commstest.h +++ b/Demo/CORTEX_LM3S316_IAR/commstest.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/Demo/CORTEX_LM3S316_IAR/main.c b/Demo/CORTEX_LM3S316_IAR/main.c index 04ce7aa5b..89f667900 100644 --- a/Demo/CORTEX_LM3S316_IAR/main.c +++ b/Demo/CORTEX_LM3S316_IAR/main.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/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h index 897f3488a..e580cda2f 100644 --- a/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.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/Demo/CORTEX_LM3S811_GCC/main.c b/Demo/CORTEX_LM3S811_GCC/main.c index 1b99e4f31..fc39bd136 100644 --- a/Demo/CORTEX_LM3S811_GCC/main.c +++ b/Demo/CORTEX_LM3S811_GCC/main.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/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h index c06d4ec2d..ea05ad526 100644 --- a/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.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/Demo/CORTEX_LM3S811_IAR/main.c b/Demo/CORTEX_LM3S811_IAR/main.c index 93c7a48cc..53bdd3382 100644 --- a/Demo/CORTEX_LM3S811_IAR/main.c +++ b/Demo/CORTEX_LM3S811_IAR/main.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/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h b/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h index f3f03d7de..9c2c17421 100644 --- a/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.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/Demo/CORTEX_LM3S811_KEIL/LuminaryCode/osram96x16.c b/Demo/CORTEX_LM3S811_KEIL/LuminaryCode/osram96x16.c index 7c6ef0184..370d53e36 100644 --- a/Demo/CORTEX_LM3S811_KEIL/LuminaryCode/osram96x16.c +++ b/Demo/CORTEX_LM3S811_KEIL/LuminaryCode/osram96x16.c @@ -42,6 +42,7 @@ #include "src/sysctl.h" #include "osram96x16.h" +extern void I2CMasterInitExpClk(unsigned long ulBase, unsigned long ulI2CClk, tBoolean bFast); //***************************************************************************** // // The I2C slave address of the SSD0303 controller on the OLED display. @@ -801,7 +802,7 @@ OSRAMInit(tBoolean bFast) // // Initialize the I2C master. // - I2CMasterInit(I2C_MASTER_BASE, bFast); + I2CMasterInitExpClk(I2C_MASTER_BASE, SysCtlClockGet(), bFast); // // Compute the inter-byte delay for the SSD0303 controller. This delay is diff --git a/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c b/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c index 11917a2c7..59c23f5af 100644 --- a/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c +++ b/Demo/CORTEX_LM3S811_KEIL/heap/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/Demo/CORTEX_LM3S811_KEIL/main.c b/Demo/CORTEX_LM3S811_KEIL/main.c index 6ce4633e4..0481753f8 100644 --- a/Demo/CORTEX_LM3S811_KEIL/main.c +++ b/Demo/CORTEX_LM3S811_KEIL/main.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. @@ -154,6 +155,8 @@ xSemaphoreHandle xButtonSemaphore; /* The queue used to send strings to the print task for display on the LCD. */ xQueueHandle xPrintQueue; +/* Newer library version. */ +extern void UARTConfigSetExpClk(unsigned long ulBase, unsigned long ulUARTClk, unsigned long ulBaud, unsigned long ulConfig); /*-----------------------------------------------------------*/ int main( void ) @@ -252,6 +255,7 @@ static void prvSetupHardware( void ) SysCtlPeripheralEnable(SYSCTL_PERIPH_GPIOC); GPIODirModeSet(GPIO_PORTC_BASE, mainPUSH_BUTTON, GPIO_DIR_MODE_IN); GPIOIntTypeSet( GPIO_PORTC_BASE, mainPUSH_BUTTON,GPIO_FALLING_EDGE ); + IntPrioritySet( INT_GPIOC, configKERNEL_INTERRUPT_PRIORITY ); GPIOPinIntEnable( GPIO_PORTC_BASE, mainPUSH_BUTTON ); IntEnable( INT_GPIOC ); @@ -266,7 +270,7 @@ static void prvSetupHardware( void ) GPIODirModeSet( GPIO_PORTA_BASE, GPIO_PIN_0 | GPIO_PIN_1, GPIO_DIR_MODE_HW ); /* Configure the UART for 8-N-1 operation. */ - UARTConfigSet( UART0_BASE, mainBAUD_RATE, UART_CONFIG_WLEN_8 | UART_CONFIG_PAR_NONE | UART_CONFIG_STOP_ONE ); + UARTConfigSetExpClk( UART0_BASE, SysCtlClockGet(), mainBAUD_RATE, UART_CONFIG_WLEN_8 | UART_CONFIG_PAR_NONE | UART_CONFIG_STOP_ONE ); /* We don't want to use the fifo. This is for test purposes to generate as many interrupts as possible. */ @@ -274,6 +278,7 @@ static void prvSetupHardware( void ) /* Enable Tx interrupts. */ HWREG( UART0_BASE + UART_O_IM ) |= UART_INT_TX; + IntPrioritySet( INT_UART0, configKERNEL_INTERRUPT_PRIORITY ); IntEnable( INT_UART0 ); diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.cdt.core/.log b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.cdt.core/.log index 2dd781634..ad90e761f 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.cdt.core/.log +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.cdt.core/.log @@ -17,4 +17,3 @@ *** SESSION Aug 26, 2007 17:35:44.937 ------------------------------------------ *** SESSION Aug 27, 2007 10:56:42.953 ------------------------------------------ *** SESSION Aug 27, 2007 13:13:37.593 ------------------------------------------ -*** SESSION Mar 23, 2008 09:16:32.828 ------------------------------------------ diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.cdt.make.core/RTOSDemo.sc b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.cdt.make.core/RTOSDemo.sc index 2277d3a13..44e0a6764 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.cdt.make.core/RTOSDemo.sc +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.cdt.make.core/RTOSDemo.sc @@ -10,13 +10,6 @@ - - - - - - - @@ -119,18 +112,6 @@ - - - - - - - - - - - - diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.cdt.ui/dialog_settings.xml b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.cdt.ui/dialog_settings.xml index d4ac3c6b7..ab95b0564 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.cdt.ui/dialog_settings.xml +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.cdt.ui/dialog_settings.xml @@ -1,7 +1,7 @@
- + diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.resources/.projects/RTOSDemo/.indexes/properties.index b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.resources/.projects/RTOSDemo/.indexes/properties.index index 5b988da00..edda6f91e 100644 Binary files a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.resources/.projects/RTOSDemo/.indexes/properties.index and b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.resources/.projects/RTOSDemo/.indexes/properties.index differ diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index index d8e4e53a4..f7f8c35cf 100644 Binary files a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index and b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index differ diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources index 1328de776..71e1e8d06 100644 Binary files a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources and b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources differ diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.managedbuilder.core.prefs b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.managedbuilder.core.prefs index 5527c607e..614a480f6 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.managedbuilder.core.prefs +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.managedbuilder.core.prefs @@ -1,3 +1,3 @@ -#Sun Mar 23 11:18:04 GMT 2008 +#Sun Aug 26 14:26:57 BST 2007 eclipse.preferences.version=1 -properties/RTOSDemo.null.976634949/0.1109417601=\#\r\n\#Sun Mar 23 11\:18\:04 GMT 2008\r\n0.1109417601\=\\\#\\r\\n\\\#Sun Mar 23 11\\\:18\\\:04 GMT 2008\\r\\nrcState\\\=0\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.settings.holder.1502006385\=\\\#\\r\\n\\\#Sun Mar 23 11\\\:18\\\:04 GMT 2008\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.settings.holder.1021181093\=\\\#\\r\\n\\\#Sun Mar 23 11\\\:18\\\:04 GMT 2008\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.settings.holder.164584712\=\\\#\\r\\n\\\#Sun Mar 23 11\\\:18\\\:04 GMT 2008\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.settings.holder.libs.260784574\=\\\#\\r\\n\\\#Sun Mar 23 11\\\:18\\\:04 GMT 2008\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.prefbase.toolchain.1816209921\=\\\#\\r\\n\\\#Sun Mar 23 11\\\:18\\\:04 GMT 2008\\r\\nrebuildState\\\=false\\r\\n\r\n +properties/RTOSDemo.null.976634949/0.1109417601=\#\r\n\#Sun Aug 26 14\:26\:57 BST 2007\r\n0.1109417601\=\\\#\\r\\n\\\#Sun Aug 26 14\\\:26\\\:57 BST 2007\\r\\nrcState\\\=0\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.settings.holder.1502006385\=\\\#\\r\\n\\\#Sun Aug 26 14\\\:26\\\:57 BST 2007\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.settings.holder.1021181093\=\\\#\\r\\n\\\#Sun Aug 26 14\\\:26\\\:57 BST 2007\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.settings.holder.164584712\=\\\#\\r\\n\\\#Sun Aug 26 14\\\:26\\\:57 BST 2007\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.settings.holder.libs.260784574\=\\\#\\r\\n\\\#Sun Aug 26 14\\\:26\\\:57 BST 2007\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.prefbase.toolchain.1816209921\=\\\#\\r\\n\\\#Sun Aug 26 14\\\:26\\\:57 BST 2007\\r\\nrebuildState\\\=false\\r\\n\r\n diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs index 58ef33f2e..289e27f45 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs @@ -1,5 +1,5 @@ -#Sun Mar 23 09:21:36 GMT 2008 +#Mon Aug 27 13:15:37 BST 2007 version=1 eclipse.preferences.version=1 -pathvariable.FreeRTOS_ROOT=C\:/E/Dev/FreeRTOS/WorkingCopy2 +pathvariable.FreeRTOS_ROOT=C\:/Dev/FreeRTOS description.autobuilding=false diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs index a1ad0ab76..42e9df661 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs @@ -1,10 +1,7 @@ -#Sun Mar 23 09:47:51 GMT 2008 -org.eclipse.debug.ui.PREF_FILTER_WORKING_SETS=false -org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=\r\n\r\n -org.eclipse.debug.ui.BreakpointView+org.eclipse.debug.ui.ShowSupportedBreakpointsAction=true +#Thu Aug 23 22:01:25 BST 2007 pref_state_memento.org.eclipse.debug.ui.VariableView=\r\n +eclipse.preferences.version=1 pref_state_memento.org.eclipse.debug.ui.RegisterView=\r\n -pref_state_memento.org.eclipse.debug.ui.ExpressionView=\r\n +org.eclipse.debug.ui.BreakpointView+org.eclipse.debug.ui.ShowSupportedBreakpointsAction=true preferredDetailPanes=DefaultDetailPane\:DefaultDetailPane| -eclipse.preferences.version=1 -org.eclipse.debug.ui.user_view_bindings=\r\n\r\n\r\n\r\n\r\n\r\n +org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=\r\n\r\n diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs index 03bb9748a..18dcfbff6 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs @@ -1,4 +1,4 @@ -#Sun Mar 23 11:18:41 GMT 2008 +#Sun Aug 19 20:45:58 BST 2007 eclipse.preferences.version=1 tipsAndTricks=true -platformState=1197365898864 +platformState=1187207632220 diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.debug.core/.launches/RTOSDemo.launch b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.debug.core/.launches/RTOSDemo.launch index 23cd7bd80..1768f4611 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.debug.core/.launches/RTOSDemo.launch +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.debug.core/.launches/RTOSDemo.launch @@ -17,7 +17,6 @@ - diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml index 0cb8e4608..c2bd2c7c8 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml @@ -4,17 +4,17 @@ - + - +
- +
diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.debug.ui/launchConfigurationHistory.xml b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.debug.ui/launchConfigurationHistory.xml index 956feaff7..598b376c8 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.debug.ui/launchConfigurationHistory.xml +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.debug.ui/launchConfigurationHistory.xml @@ -2,8 +2,8 @@ - + diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml index 844cf0a7f..bbc6392ba 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml @@ -4,16 +4,16 @@ -
-
+
+
- +
diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.workbench.texteditor/dialog_settings.xml b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.workbench.texteditor/dialog_settings.xml index ce3c1f45f..bffa7155b 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.workbench.texteditor/dialog_settings.xml +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.workbench.texteditor/dialog_settings.xml @@ -3,26 +3,26 @@
- +
- + - + - - - - - - - - + + + + + + + + diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml index eda83315d..77beade3e 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml @@ -5,8 +5,8 @@
- +
diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml index 48fe5f362..b1b44e27a 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml @@ -13,7 +13,7 @@ - + @@ -24,7 +24,7 @@ - + @@ -32,80 +32,60 @@ - - - - - - - - - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - + + - - - + @@ -113,44 +93,22 @@ - - - - - - - + - - - - - - - - - - - - - - - - - + + + + - - - - + @@ -228,8 +186,8 @@ - - + + @@ -291,61 +249,46 @@ - + - - - - - + - - + - - - + - - - + - - + - - - + - + + - - - + - + - - + - @@ -358,169 +301,170 @@ + - - - - + + + + + + + + + - - - - - - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + @@ -539,30 +483,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - @@ -581,8 +501,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml index f9217d33f..d14870dc1 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml @@ -6,7 +6,6 @@ - @@ -27,33 +26,14 @@ + - - - - - - - - - - - - - - - - - - - - - + diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h index b8a20ee92..c81bcfdaf 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.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/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c index 82dc13bde..df167ab76 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.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/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c index cb582e82b..0261cecaf 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.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/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c index 225b8e9e3..c17c9fe4a 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.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/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h index 5544d7024..7b03dadad 100644 --- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.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/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c index 82dc13bde..df167ab76 100644 --- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c +++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.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/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c index 9cb52204f..0b8795cc0 100644 --- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c +++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.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/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c index 84d93902b..e4f14bd44 100644 --- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c +++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.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/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h index 5a817a920..8404f4175 100644 --- a/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h +++ b/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.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/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c index a2167b09e..ab2d9859e 100644 --- a/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c +++ b/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.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/Demo/CORTEX_STM32F103_IAR/main.c b/Demo/CORTEX_STM32F103_IAR/main.c index 192c13d9a..5ee8dcf02 100644 --- a/Demo/CORTEX_STM32F103_IAR/main.c +++ b/Demo/CORTEX_STM32F103_IAR/main.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/Demo/CORTEX_STM32F103_IAR/serial/serial.c b/Demo/CORTEX_STM32F103_IAR/serial/serial.c index 3c4c30f16..383f68a06 100644 --- a/Demo/CORTEX_STM32F103_IAR/serial/serial.c +++ b/Demo/CORTEX_STM32F103_IAR/serial/serial.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/Demo/CORTEX_STM32F103_IAR/timertest.c b/Demo/CORTEX_STM32F103_IAR/timertest.c index dd44b09e1..7ecedc902 100644 --- a/Demo/CORTEX_STM32F103_IAR/timertest.c +++ b/Demo/CORTEX_STM32F103_IAR/timertest.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/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h b/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h index db32b0f34..6f754f498 100644 --- a/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h +++ b/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.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/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c b/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c index e98aa53c0..498fc760c 100644 --- a/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c +++ b/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.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/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h b/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h index 23b3848e3..9293471f9 100644 --- a/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h +++ b/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.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/Demo/CORTEX_STM32F103_Primer_GCC/main.c b/Demo/CORTEX_STM32F103_Primer_GCC/main.c index f6f369062..c70da6b13 100644 --- a/Demo/CORTEX_STM32F103_Primer_GCC/main.c +++ b/Demo/CORTEX_STM32F103_Primer_GCC/main.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/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c b/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c index dd44b09e1..7ecedc902 100644 --- a/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c +++ b/Demo/CORTEX_STM32F103_Primer_GCC/timertest.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/Demo/Common/Full/BlockQ.c b/Demo/Common/Full/BlockQ.c index c27be8603..e5db17508 100644 --- a/Demo/Common/Full/BlockQ.c +++ b/Demo/Common/Full/BlockQ.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/Demo/Common/Full/PollQ.c b/Demo/Common/Full/PollQ.c index 1b991ab72..0e092ed08 100644 --- a/Demo/Common/Full/PollQ.c +++ b/Demo/Common/Full/PollQ.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/Demo/Common/Full/comtest.c b/Demo/Common/Full/comtest.c index f876366a4..7c1d34f5a 100644 --- a/Demo/Common/Full/comtest.c +++ b/Demo/Common/Full/comtest.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/Demo/Common/Full/death.c b/Demo/Common/Full/death.c index 8d3e44349..6ad3c56cf 100644 --- a/Demo/Common/Full/death.c +++ b/Demo/Common/Full/death.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/Demo/Common/Full/dynamic.c b/Demo/Common/Full/dynamic.c index 54e9f397c..4b276a30c 100644 --- a/Demo/Common/Full/dynamic.c +++ b/Demo/Common/Full/dynamic.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/Demo/Common/Full/events.c b/Demo/Common/Full/events.c index 708178242..bdacdb6d7 100644 --- a/Demo/Common/Full/events.c +++ b/Demo/Common/Full/events.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/Demo/Common/Full/flash.c b/Demo/Common/Full/flash.c index 0e8aae724..b70937bda 100644 --- a/Demo/Common/Full/flash.c +++ b/Demo/Common/Full/flash.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/Demo/Common/Full/flop.c b/Demo/Common/Full/flop.c index 14e02ca7f..dbb9d189a 100644 --- a/Demo/Common/Full/flop.c +++ b/Demo/Common/Full/flop.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/Demo/Common/Full/integer.c b/Demo/Common/Full/integer.c index 1842afaaf..218c5e720 100644 --- a/Demo/Common/Full/integer.c +++ b/Demo/Common/Full/integer.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/Demo/Common/Full/print.c b/Demo/Common/Full/print.c index 40e1b859a..9a602818b 100644 --- a/Demo/Common/Full/print.c +++ b/Demo/Common/Full/print.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/Demo/Common/Full/semtest.c b/Demo/Common/Full/semtest.c index debf9e990..96caa6e25 100644 --- a/Demo/Common/Full/semtest.c +++ b/Demo/Common/Full/semtest.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/Demo/Common/Minimal/AltBlckQ.c b/Demo/Common/Minimal/AltBlckQ.c index c5fab3e55..f93b270ee 100644 --- a/Demo/Common/Minimal/AltBlckQ.c +++ b/Demo/Common/Minimal/AltBlckQ.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/Demo/Common/Minimal/AltBlock.c b/Demo/Common/Minimal/AltBlock.c index 81e85a985..ef43dda6e 100644 --- a/Demo/Common/Minimal/AltBlock.c +++ b/Demo/Common/Minimal/AltBlock.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/Demo/Common/Minimal/AltPollQ.c b/Demo/Common/Minimal/AltPollQ.c index e4d843c4d..96850c911 100644 --- a/Demo/Common/Minimal/AltPollQ.c +++ b/Demo/Common/Minimal/AltPollQ.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/Demo/Common/Minimal/AltQTest.c b/Demo/Common/Minimal/AltQTest.c index 4a46a118c..e2aca50d6 100644 --- a/Demo/Common/Minimal/AltQTest.c +++ b/Demo/Common/Minimal/AltQTest.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/Demo/Common/Minimal/BlockQ.c b/Demo/Common/Minimal/BlockQ.c index c96e02a54..cff4c1def 100644 --- a/Demo/Common/Minimal/BlockQ.c +++ b/Demo/Common/Minimal/BlockQ.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/Demo/Common/Minimal/GenQTest.c b/Demo/Common/Minimal/GenQTest.c index 3e9209ae8..f5289a67e 100644 --- a/Demo/Common/Minimal/GenQTest.c +++ b/Demo/Common/Minimal/GenQTest.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/Demo/Common/Minimal/PollQ.c b/Demo/Common/Minimal/PollQ.c index a2097cfc7..6da642a1b 100644 --- a/Demo/Common/Minimal/PollQ.c +++ b/Demo/Common/Minimal/PollQ.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/Demo/Common/Minimal/QPeek.c b/Demo/Common/Minimal/QPeek.c index d1e7639fe..0a2656615 100644 --- a/Demo/Common/Minimal/QPeek.c +++ b/Demo/Common/Minimal/QPeek.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/Demo/Common/Minimal/blocktim.c b/Demo/Common/Minimal/blocktim.c index f0c59de50..eee68c920 100644 --- a/Demo/Common/Minimal/blocktim.c +++ b/Demo/Common/Minimal/blocktim.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/Demo/Common/Minimal/comtest.c b/Demo/Common/Minimal/comtest.c index 170af7d42..55cbae912 100644 --- a/Demo/Common/Minimal/comtest.c +++ b/Demo/Common/Minimal/comtest.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/Demo/Common/Minimal/countsem.c b/Demo/Common/Minimal/countsem.c index efae73a61..271343c3b 100644 --- a/Demo/Common/Minimal/countsem.c +++ b/Demo/Common/Minimal/countsem.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/Demo/Common/Minimal/crflash.c b/Demo/Common/Minimal/crflash.c index 74f20b508..a0ee2769d 100644 --- a/Demo/Common/Minimal/crflash.c +++ b/Demo/Common/Minimal/crflash.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/Demo/Common/Minimal/crhook.c b/Demo/Common/Minimal/crhook.c index 16adcd75a..bc30043f3 100644 --- a/Demo/Common/Minimal/crhook.c +++ b/Demo/Common/Minimal/crhook.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/Demo/Common/Minimal/death.c b/Demo/Common/Minimal/death.c index aa999989a..40d5d7167 100644 --- a/Demo/Common/Minimal/death.c +++ b/Demo/Common/Minimal/death.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/Demo/Common/Minimal/dynamic.c b/Demo/Common/Minimal/dynamic.c index 656df1501..399ea2b0a 100644 --- a/Demo/Common/Minimal/dynamic.c +++ b/Demo/Common/Minimal/dynamic.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/Demo/Common/Minimal/flash.c b/Demo/Common/Minimal/flash.c index 497e155d8..c841cfb3c 100644 --- a/Demo/Common/Minimal/flash.c +++ b/Demo/Common/Minimal/flash.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/Demo/Common/Minimal/flop.c b/Demo/Common/Minimal/flop.c index fff3852d1..323d1a9ec 100644 --- a/Demo/Common/Minimal/flop.c +++ b/Demo/Common/Minimal/flop.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/Demo/Common/Minimal/integer.c b/Demo/Common/Minimal/integer.c index 38cb712eb..385966f9e 100644 --- a/Demo/Common/Minimal/integer.c +++ b/Demo/Common/Minimal/integer.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/Demo/Common/Minimal/recmutex.c b/Demo/Common/Minimal/recmutex.c index 47660be34..63c3c3a86 100644 --- a/Demo/Common/Minimal/recmutex.c +++ b/Demo/Common/Minimal/recmutex.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/Demo/Common/Minimal/semtest.c b/Demo/Common/Minimal/semtest.c index 79e3c6f87..dcf36959a 100644 --- a/Demo/Common/Minimal/semtest.c +++ b/Demo/Common/Minimal/semtest.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/Demo/Common/include/AltBlckQ.h b/Demo/Common/include/AltBlckQ.h index 15c35feea..9a19ef6b6 100644 --- a/Demo/Common/include/AltBlckQ.h +++ b/Demo/Common/include/AltBlckQ.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/Demo/Common/include/AltBlock.h b/Demo/Common/include/AltBlock.h index 6cb80d70f..c12f4662c 100644 --- a/Demo/Common/include/AltBlock.h +++ b/Demo/Common/include/AltBlock.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/Demo/Common/include/AltPollQ.h b/Demo/Common/include/AltPollQ.h index 96b330ef7..b7b6e37d7 100644 --- a/Demo/Common/include/AltPollQ.h +++ b/Demo/Common/include/AltPollQ.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/Demo/Common/include/AltQTest.h b/Demo/Common/include/AltQTest.h index 834ea9ba0..749f6abb7 100644 --- a/Demo/Common/include/AltQTest.h +++ b/Demo/Common/include/AltQTest.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/Demo/Common/include/BlockQ.h b/Demo/Common/include/BlockQ.h index ec7722c02..a8387e7cb 100644 --- a/Demo/Common/include/BlockQ.h +++ b/Demo/Common/include/BlockQ.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/Demo/Common/include/GenQTest.h b/Demo/Common/include/GenQTest.h index 13c4841ba..b72f85ed0 100644 --- a/Demo/Common/include/GenQTest.h +++ b/Demo/Common/include/GenQTest.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/Demo/Common/include/PollQ.h b/Demo/Common/include/PollQ.h index 227857bae..2e11c11c3 100644 --- a/Demo/Common/include/PollQ.h +++ b/Demo/Common/include/PollQ.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/Demo/Common/include/QPeek.h b/Demo/Common/include/QPeek.h index 4cdcb8c48..9a6cf6bae 100644 --- a/Demo/Common/include/QPeek.h +++ b/Demo/Common/include/QPeek.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/Demo/Common/include/blocktim.h b/Demo/Common/include/blocktim.h index 4d9bf12de..da53c0cd8 100644 --- a/Demo/Common/include/blocktim.h +++ b/Demo/Common/include/blocktim.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/Demo/Common/include/comtest.h b/Demo/Common/include/comtest.h index 31c21953a..d395ba63e 100644 --- a/Demo/Common/include/comtest.h +++ b/Demo/Common/include/comtest.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/Demo/Common/include/comtest2.h b/Demo/Common/include/comtest2.h index 17600a41b..9feb00817 100644 --- a/Demo/Common/include/comtest2.h +++ b/Demo/Common/include/comtest2.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/Demo/Common/include/countsem.h b/Demo/Common/include/countsem.h index c21b1d702..c30eb3460 100644 --- a/Demo/Common/include/countsem.h +++ b/Demo/Common/include/countsem.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/Demo/Common/include/crflash.h b/Demo/Common/include/crflash.h index 3263ab2be..03ecf7f4d 100644 --- a/Demo/Common/include/crflash.h +++ b/Demo/Common/include/crflash.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/Demo/Common/include/crhook.h b/Demo/Common/include/crhook.h index 71bb33e37..98ace2621 100644 --- a/Demo/Common/include/crhook.h +++ b/Demo/Common/include/crhook.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/Demo/Common/include/death.h b/Demo/Common/include/death.h index 30b44ea0c..7be71565b 100644 --- a/Demo/Common/include/death.h +++ b/Demo/Common/include/death.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/Demo/Common/include/dynamic.h b/Demo/Common/include/dynamic.h index 7f53abc98..766f9faf0 100644 --- a/Demo/Common/include/dynamic.h +++ b/Demo/Common/include/dynamic.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/Demo/Common/include/fileIO.h b/Demo/Common/include/fileIO.h index 64f24e5b5..daf7a05b8 100644 --- a/Demo/Common/include/fileIO.h +++ b/Demo/Common/include/fileIO.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/Demo/Common/include/flash.h b/Demo/Common/include/flash.h index 624ffe363..046b69e7e 100644 --- a/Demo/Common/include/flash.h +++ b/Demo/Common/include/flash.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/Demo/Common/include/flop.h b/Demo/Common/include/flop.h index 9017da374..f9b15d3f3 100644 --- a/Demo/Common/include/flop.h +++ b/Demo/Common/include/flop.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/Demo/Common/include/integer.h b/Demo/Common/include/integer.h index dac47af0e..56e9dbb93 100644 --- a/Demo/Common/include/integer.h +++ b/Demo/Common/include/integer.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/Demo/Common/include/mevents.h b/Demo/Common/include/mevents.h index dc67f4ef8..4b8c89cba 100644 --- a/Demo/Common/include/mevents.h +++ b/Demo/Common/include/mevents.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/Demo/Common/include/partest.h b/Demo/Common/include/partest.h index 0e93f7390..77c72fcaf 100644 --- a/Demo/Common/include/partest.h +++ b/Demo/Common/include/partest.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/Demo/Common/include/print.h b/Demo/Common/include/print.h index 9bc4720fe..31ecb6196 100644 --- a/Demo/Common/include/print.h +++ b/Demo/Common/include/print.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/Demo/Common/include/recmutex.h b/Demo/Common/include/recmutex.h index c78b462fc..65eefee23 100644 --- a/Demo/Common/include/recmutex.h +++ b/Demo/Common/include/recmutex.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/Demo/Common/include/semtest.h b/Demo/Common/include/semtest.h index fe461323d..5cc4b37f0 100644 --- a/Demo/Common/include/semtest.h +++ b/Demo/Common/include/semtest.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/Demo/Common/include/serial.h b/Demo/Common/include/serial.h index 81490a388..f287fb5af 100644 --- a/Demo/Common/include/serial.h +++ b/Demo/Common/include/serial.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/Demo/Cygnal/FreeRTOSConfig.h b/Demo/Cygnal/FreeRTOSConfig.h index bf4c65587..8ab79ec33 100644 --- a/Demo/Cygnal/FreeRTOSConfig.h +++ b/Demo/Cygnal/FreeRTOSConfig.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/Demo/Cygnal/ParTest/ParTest.c b/Demo/Cygnal/ParTest/ParTest.c index 5bc1f4ae0..33e198343 100644 --- a/Demo/Cygnal/ParTest/ParTest.c +++ b/Demo/Cygnal/ParTest/ParTest.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/Demo/Cygnal/main.c b/Demo/Cygnal/main.c index c684d74bb..1e3fc0c23 100644 --- a/Demo/Cygnal/main.c +++ b/Demo/Cygnal/main.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/Demo/Cygnal/serial/serial.c b/Demo/Cygnal/serial/serial.c index ec30533ce..5587f16d3 100644 --- a/Demo/Cygnal/serial/serial.c +++ b/Demo/Cygnal/serial/serial.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/Demo/Flshlite/FRConfig.h b/Demo/Flshlite/FRConfig.h index 3a1384860..44d8e00cf 100644 --- a/Demo/Flshlite/FRConfig.h +++ b/Demo/Flshlite/FRConfig.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/Demo/Flshlite/FileIO/fileIO.c b/Demo/Flshlite/FileIO/fileIO.c index 612896a21..90418ef28 100644 --- a/Demo/Flshlite/FileIO/fileIO.c +++ b/Demo/Flshlite/FileIO/fileIO.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/Demo/Flshlite/FreeRTOSConfig.h b/Demo/Flshlite/FreeRTOSConfig.h index 7c6d85b9f..24d1dfd79 100644 --- a/Demo/Flshlite/FreeRTOSConfig.h +++ b/Demo/Flshlite/FreeRTOSConfig.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/Demo/Flshlite/ParTest/ParTest.c b/Demo/Flshlite/ParTest/ParTest.c index 54ce34145..a6f3a4cab 100644 --- a/Demo/Flshlite/ParTest/ParTest.c +++ b/Demo/Flshlite/ParTest/ParTest.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/Demo/Flshlite/main.c b/Demo/Flshlite/main.c index 6f49c801b..34fd3741e 100644 --- a/Demo/Flshlite/main.c +++ b/Demo/Flshlite/main.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/Demo/Flshlite/serial/serial.c b/Demo/Flshlite/serial/serial.c index 428068703..80fee2837 100644 --- a/Demo/Flshlite/serial/serial.c +++ b/Demo/Flshlite/serial/serial.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/Demo/H8S/RTOSDemo/FreeRTOSConfig.h b/Demo/H8S/RTOSDemo/FreeRTOSConfig.h index 22f62af55..432ac8fc2 100644 --- a/Demo/H8S/RTOSDemo/FreeRTOSConfig.h +++ b/Demo/H8S/RTOSDemo/FreeRTOSConfig.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/Demo/H8S/RTOSDemo/ParTest/ParTest.c b/Demo/H8S/RTOSDemo/ParTest/ParTest.c index 96db74d5e..caeb5aa9a 100644 --- a/Demo/H8S/RTOSDemo/ParTest/ParTest.c +++ b/Demo/H8S/RTOSDemo/ParTest/ParTest.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/Demo/H8S/RTOSDemo/main.c b/Demo/H8S/RTOSDemo/main.c index 6602da3fb..0bd57fe93 100644 --- a/Demo/H8S/RTOSDemo/main.c +++ b/Demo/H8S/RTOSDemo/main.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/Demo/H8S/RTOSDemo/serial/serial.c b/Demo/H8S/RTOSDemo/serial/serial.c index a322f0d2e..a4e0d3269 100644 --- a/Demo/H8S/RTOSDemo/serial/serial.c +++ b/Demo/H8S/RTOSDemo/serial/serial.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/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h index 5cc439ce2..d6d1ab8a9 100644 --- a/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h +++ b/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.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/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c index 56c7d2044..c6af82385 100644 --- a/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c +++ b/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.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/Demo/HCS12_CodeWarrior_banked/main.c b/Demo/HCS12_CodeWarrior_banked/main.c index 8cb0e6b7d..c35539095 100644 --- a/Demo/HCS12_CodeWarrior_banked/main.c +++ b/Demo/HCS12_CodeWarrior_banked/main.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/Demo/HCS12_CodeWarrior_banked/serial/serial.c b/Demo/HCS12_CodeWarrior_banked/serial/serial.c index db652366d..664921184 100644 --- a/Demo/HCS12_CodeWarrior_banked/serial/serial.c +++ b/Demo/HCS12_CodeWarrior_banked/serial/serial.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/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h index a8f8e406c..be88d4e63 100644 --- a/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h +++ b/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.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/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c index 56c7d2044..c6af82385 100644 --- a/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c +++ b/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.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/Demo/HCS12_CodeWarrior_small/main.c b/Demo/HCS12_CodeWarrior_small/main.c index 7e70b270c..e11f2945e 100644 --- a/Demo/HCS12_CodeWarrior_small/main.c +++ b/Demo/HCS12_CodeWarrior_small/main.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/Demo/HCS12_CodeWarrior_small/serial/serial.c b/Demo/HCS12_CodeWarrior_small/serial/serial.c index b42efe5df..1366bb0f0 100644 --- a/Demo/HCS12_CodeWarrior_small/serial/serial.c +++ b/Demo/HCS12_CodeWarrior_small/serial/serial.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/Demo/HCS12_GCC_banked/FreeRTOSConfig.h b/Demo/HCS12_GCC_banked/FreeRTOSConfig.h index c49e7300e..c9061516b 100644 --- a/Demo/HCS12_GCC_banked/FreeRTOSConfig.h +++ b/Demo/HCS12_GCC_banked/FreeRTOSConfig.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/Demo/HCS12_GCC_banked/ParTest.c b/Demo/HCS12_GCC_banked/ParTest.c index cc88642ef..9007e7f64 100644 --- a/Demo/HCS12_GCC_banked/ParTest.c +++ b/Demo/HCS12_GCC_banked/ParTest.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/Demo/HCS12_GCC_banked/main.c b/Demo/HCS12_GCC_banked/main.c index 6599d70a0..8a3c6a451 100644 --- a/Demo/HCS12_GCC_banked/main.c +++ b/Demo/HCS12_GCC_banked/main.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/Demo/HCS12_GCC_banked/startup.c b/Demo/HCS12_GCC_banked/startup.c index a53bcda02..c068ff476 100644 --- a/Demo/HCS12_GCC_banked/startup.c +++ b/Demo/HCS12_GCC_banked/startup.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/Demo/MB91460_Softune/SRC/crflash_modified.c b/Demo/MB91460_Softune/SRC/crflash_modified.c index a8b90f549..72959a1ff 100644 --- a/Demo/MB91460_Softune/SRC/crflash_modified.c +++ b/Demo/MB91460_Softune/SRC/crflash_modified.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/Demo/MB91460_Softune/SRC/main.c b/Demo/MB91460_Softune/SRC/main.c index 2aa4e7f51..d1490ffde 100644 --- a/Demo/MB91460_Softune/SRC/main.c +++ b/Demo/MB91460_Softune/SRC/main.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/Demo/MB91460_Softune/SRC/partest/partest.c b/Demo/MB91460_Softune/SRC/partest/partest.c index 9074023ed..c8ab310bb 100644 --- a/Demo/MB91460_Softune/SRC/partest/partest.c +++ b/Demo/MB91460_Softune/SRC/partest/partest.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/Demo/MB91460_Softune/SRC/serial/serial.c b/Demo/MB91460_Softune/SRC/serial/serial.c index ea0370ef8..875a21cea 100644 --- a/Demo/MB91460_Softune/SRC/serial/serial.c +++ b/Demo/MB91460_Softune/SRC/serial/serial.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/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h index e8f6e67b2..e3030b597 100644 --- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h +++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.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/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c index a8b90f549..72959a1ff 100644 --- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c +++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.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/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c index b561784d7..345811f00 100644 --- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c +++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.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/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c index caaeea349..93a2ea768 100644 --- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c +++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.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/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c index 486b19f44..1cbcfbd2c 100644 --- a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c +++ b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.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/Demo/MCF5235_GCC/FreeRTOSConfig.h b/Demo/MCF5235_GCC/FreeRTOSConfig.h index 764ae1dd4..11573fa4a 100644 --- a/Demo/MCF5235_GCC/FreeRTOSConfig.h +++ b/Demo/MCF5235_GCC/FreeRTOSConfig.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/Demo/MCF5235_GCC/demo.c b/Demo/MCF5235_GCC/demo.c index 55ea037b8..db4d70bc9 100644 --- a/Demo/MCF5235_GCC/demo.c +++ b/Demo/MCF5235_GCC/demo.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/Demo/MCF5235_GCC/system/crt0.S b/Demo/MCF5235_GCC/system/crt0.S index d62976276..d3412d0aa 100644 --- a/Demo/MCF5235_GCC/system/crt0.S +++ b/Demo/MCF5235_GCC/system/crt0.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/Demo/MCF5235_GCC/system/init.c b/Demo/MCF5235_GCC/system/init.c index 83c653234..2d811177d 100644 --- a/Demo/MCF5235_GCC/system/init.c +++ b/Demo/MCF5235_GCC/system/init.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/Demo/MCF5235_GCC/system/newlib.c b/Demo/MCF5235_GCC/system/newlib.c index 0a20ecd4d..4754eb832 100644 --- a/Demo/MCF5235_GCC/system/newlib.c +++ b/Demo/MCF5235_GCC/system/newlib.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/Demo/MCF5235_GCC/system/serial.c b/Demo/MCF5235_GCC/system/serial.c index 77f067dde..1c2e31e51 100644 --- a/Demo/MCF5235_GCC/system/serial.c +++ b/Demo/MCF5235_GCC/system/serial.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/Demo/MCF5235_GCC/system/vector.S b/Demo/MCF5235_GCC/system/vector.S index 39272fef7..ac2a63303 100644 --- a/Demo/MCF5235_GCC/system/vector.S +++ b/Demo/MCF5235_GCC/system/vector.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/Demo/MicroBlaze/FreeRTOSConfig.h b/Demo/MicroBlaze/FreeRTOSConfig.h index 27d173cfe..b41eff72d 100644 --- a/Demo/MicroBlaze/FreeRTOSConfig.h +++ b/Demo/MicroBlaze/FreeRTOSConfig.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/Demo/MicroBlaze/ParTest/ParTest.c b/Demo/MicroBlaze/ParTest/ParTest.c index 43dd2f27b..30e01f3cd 100644 --- a/Demo/MicroBlaze/ParTest/ParTest.c +++ b/Demo/MicroBlaze/ParTest/ParTest.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/Demo/MicroBlaze/main.c b/Demo/MicroBlaze/main.c index b6eb27612..77827ac50 100644 --- a/Demo/MicroBlaze/main.c +++ b/Demo/MicroBlaze/main.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/Demo/MicroBlaze/serial/serial.c b/Demo/MicroBlaze/serial/serial.c index 689a7aa7f..1560ffed7 100644 --- a/Demo/MicroBlaze/serial/serial.c +++ b/Demo/MicroBlaze/serial/serial.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/Demo/PC/FRConfig.h b/Demo/PC/FRConfig.h index e5cc0660e..c0a717817 100644 --- a/Demo/PC/FRConfig.h +++ b/Demo/PC/FRConfig.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/Demo/PC/FileIO/fileIO.c b/Demo/PC/FileIO/fileIO.c index 62343206f..183ed8ba0 100644 --- a/Demo/PC/FileIO/fileIO.c +++ b/Demo/PC/FileIO/fileIO.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/Demo/PC/FreeRTOSConfig.h b/Demo/PC/FreeRTOSConfig.h index 90ec79f6a..9c5eb8432 100644 --- a/Demo/PC/FreeRTOSConfig.h +++ b/Demo/PC/FreeRTOSConfig.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/Demo/PC/ParTest/ParTest.c b/Demo/PC/ParTest/ParTest.c index c565062db..dcde2be48 100644 --- a/Demo/PC/ParTest/ParTest.c +++ b/Demo/PC/ParTest/ParTest.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/Demo/PC/main.c b/Demo/PC/main.c index 37bd59266..ffc2c1a8e 100644 --- a/Demo/PC/main.c +++ b/Demo/PC/main.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/Demo/PC/serial/serial.c b/Demo/PC/serial/serial.c index 243a8b726..fdcf254c6 100644 --- a/Demo/PC/serial/serial.c +++ b/Demo/PC/serial/serial.c @@ -29,15 +29,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/Demo/PIC18_MPLAB/FreeRTOSConfig.h b/Demo/PIC18_MPLAB/FreeRTOSConfig.h index 50943d1f1..a8cd93556 100644 --- a/Demo/PIC18_MPLAB/FreeRTOSConfig.h +++ b/Demo/PIC18_MPLAB/FreeRTOSConfig.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/Demo/PIC18_MPLAB/ParTest/ParTest.c b/Demo/PIC18_MPLAB/ParTest/ParTest.c index 240f17b6f..b126a1125 100644 --- a/Demo/PIC18_MPLAB/ParTest/ParTest.c +++ b/Demo/PIC18_MPLAB/ParTest/ParTest.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/Demo/PIC18_MPLAB/main1.c b/Demo/PIC18_MPLAB/main1.c index 3eb25c283..9ee65038a 100644 --- a/Demo/PIC18_MPLAB/main1.c +++ b/Demo/PIC18_MPLAB/main1.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/Demo/PIC18_MPLAB/main2.c b/Demo/PIC18_MPLAB/main2.c index 38157d34f..0da20888e 100644 --- a/Demo/PIC18_MPLAB/main2.c +++ b/Demo/PIC18_MPLAB/main2.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/Demo/PIC18_MPLAB/main3.c b/Demo/PIC18_MPLAB/main3.c index a43a24ba8..ed675ef9b 100644 --- a/Demo/PIC18_MPLAB/main3.c +++ b/Demo/PIC18_MPLAB/main3.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/Demo/PIC18_MPLAB/serial/serial.c b/Demo/PIC18_MPLAB/serial/serial.c index 6cc3707ec..34b633984 100644 --- a/Demo/PIC18_MPLAB/serial/serial.c +++ b/Demo/PIC18_MPLAB/serial/serial.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/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h index 12a367c9d..9a493e9cc 100644 --- a/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h +++ b/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.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/Demo/PIC18_WizC/Demo1/WIZCmake.h b/Demo/PIC18_WizC/Demo1/WIZCmake.h index 5c0d571f3..aeadac277 100644 --- a/Demo/PIC18_WizC/Demo1/WIZCmake.h +++ b/Demo/PIC18_WizC/Demo1/WIZCmake.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/Demo/PIC18_WizC/Demo1/fuses.c b/Demo/PIC18_WizC/Demo1/fuses.c index 8eab7124d..25f70633e 100644 --- a/Demo/PIC18_WizC/Demo1/fuses.c +++ b/Demo/PIC18_WizC/Demo1/fuses.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/Demo/PIC18_WizC/Demo1/interrupt.c b/Demo/PIC18_WizC/Demo1/interrupt.c index 18e5eb65d..a596523ff 100644 --- a/Demo/PIC18_WizC/Demo1/interrupt.c +++ b/Demo/PIC18_WizC/Demo1/interrupt.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/Demo/PIC18_WizC/Demo1/main.c b/Demo/PIC18_WizC/Demo1/main.c index d38acb1c5..1594732d8 100644 --- a/Demo/PIC18_WizC/Demo1/main.c +++ b/Demo/PIC18_WizC/Demo1/main.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/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h index 35ccca447..2903bf71e 100644 --- a/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h +++ b/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.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/Demo/PIC18_WizC/Demo2/WIZCmake.h b/Demo/PIC18_WizC/Demo2/WIZCmake.h index b0f78ab9d..eb3695293 100644 --- a/Demo/PIC18_WizC/Demo2/WIZCmake.h +++ b/Demo/PIC18_WizC/Demo2/WIZCmake.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/Demo/PIC18_WizC/Demo2/fuses.c b/Demo/PIC18_WizC/Demo2/fuses.c index 8eab7124d..25f70633e 100644 --- a/Demo/PIC18_WizC/Demo2/fuses.c +++ b/Demo/PIC18_WizC/Demo2/fuses.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/Demo/PIC18_WizC/Demo2/interrupt.c b/Demo/PIC18_WizC/Demo2/interrupt.c index cc314b6a1..6c90c19a7 100644 --- a/Demo/PIC18_WizC/Demo2/interrupt.c +++ b/Demo/PIC18_WizC/Demo2/interrupt.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/Demo/PIC18_WizC/Demo2/main.c b/Demo/PIC18_WizC/Demo2/main.c index 875e61ad3..f75d94115 100644 --- a/Demo/PIC18_WizC/Demo2/main.c +++ b/Demo/PIC18_WizC/Demo2/main.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/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h index 864f7d5dd..9da6c30ec 100644 --- a/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h +++ b/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.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/Demo/PIC18_WizC/Demo3/WIZCmake.h b/Demo/PIC18_WizC/Demo3/WIZCmake.h index b0f78ab9d..eb3695293 100644 --- a/Demo/PIC18_WizC/Demo3/WIZCmake.h +++ b/Demo/PIC18_WizC/Demo3/WIZCmake.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/Demo/PIC18_WizC/Demo3/fuses.c b/Demo/PIC18_WizC/Demo3/fuses.c index 8eab7124d..25f70633e 100644 --- a/Demo/PIC18_WizC/Demo3/fuses.c +++ b/Demo/PIC18_WizC/Demo3/fuses.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/Demo/PIC18_WizC/Demo3/interrupt.c b/Demo/PIC18_WizC/Demo3/interrupt.c index cc314b6a1..6c90c19a7 100644 --- a/Demo/PIC18_WizC/Demo3/interrupt.c +++ b/Demo/PIC18_WizC/Demo3/interrupt.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/Demo/PIC18_WizC/Demo3/main.c b/Demo/PIC18_WizC/Demo3/main.c index de2daab5f..12aa0e239 100644 --- a/Demo/PIC18_WizC/Demo3/main.c +++ b/Demo/PIC18_WizC/Demo3/main.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/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h index 98df575be..212b5e5dc 100644 --- a/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h +++ b/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.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/Demo/PIC18_WizC/Demo4/WIZCmake.h b/Demo/PIC18_WizC/Demo4/WIZCmake.h index b0f78ab9d..eb3695293 100644 --- a/Demo/PIC18_WizC/Demo4/WIZCmake.h +++ b/Demo/PIC18_WizC/Demo4/WIZCmake.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/Demo/PIC18_WizC/Demo4/fuses.c b/Demo/PIC18_WizC/Demo4/fuses.c index 8eab7124d..25f70633e 100644 --- a/Demo/PIC18_WizC/Demo4/fuses.c +++ b/Demo/PIC18_WizC/Demo4/fuses.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/Demo/PIC18_WizC/Demo4/interrupt.c b/Demo/PIC18_WizC/Demo4/interrupt.c index cc314b6a1..6c90c19a7 100644 --- a/Demo/PIC18_WizC/Demo4/interrupt.c +++ b/Demo/PIC18_WizC/Demo4/interrupt.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/Demo/PIC18_WizC/Demo4/main.c b/Demo/PIC18_WizC/Demo4/main.c index 733fc13ed..10311b854 100644 --- a/Demo/PIC18_WizC/Demo4/main.c +++ b/Demo/PIC18_WizC/Demo4/main.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/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h index 5ca027f69..f79f9b1de 100644 --- a/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h +++ b/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.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/Demo/PIC18_WizC/Demo5/WIZCmake.h b/Demo/PIC18_WizC/Demo5/WIZCmake.h index b0f78ab9d..eb3695293 100644 --- a/Demo/PIC18_WizC/Demo5/WIZCmake.h +++ b/Demo/PIC18_WizC/Demo5/WIZCmake.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/Demo/PIC18_WizC/Demo5/fuses.c b/Demo/PIC18_WizC/Demo5/fuses.c index 8eab7124d..25f70633e 100644 --- a/Demo/PIC18_WizC/Demo5/fuses.c +++ b/Demo/PIC18_WizC/Demo5/fuses.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/Demo/PIC18_WizC/Demo5/interrupt.c b/Demo/PIC18_WizC/Demo5/interrupt.c index cc314b6a1..6c90c19a7 100644 --- a/Demo/PIC18_WizC/Demo5/interrupt.c +++ b/Demo/PIC18_WizC/Demo5/interrupt.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/Demo/PIC18_WizC/Demo5/main.c b/Demo/PIC18_WizC/Demo5/main.c index 3b6942ffc..9869abd1e 100644 --- a/Demo/PIC18_WizC/Demo5/main.c +++ b/Demo/PIC18_WizC/Demo5/main.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/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h index 74ffe713e..ab9a1be7c 100644 --- a/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h +++ b/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.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/Demo/PIC18_WizC/Demo6/WIZCmake.h b/Demo/PIC18_WizC/Demo6/WIZCmake.h index b0f78ab9d..eb3695293 100644 --- a/Demo/PIC18_WizC/Demo6/WIZCmake.h +++ b/Demo/PIC18_WizC/Demo6/WIZCmake.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/Demo/PIC18_WizC/Demo6/fuses.c b/Demo/PIC18_WizC/Demo6/fuses.c index 8eab7124d..25f70633e 100644 --- a/Demo/PIC18_WizC/Demo6/fuses.c +++ b/Demo/PIC18_WizC/Demo6/fuses.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/Demo/PIC18_WizC/Demo6/interrupt.c b/Demo/PIC18_WizC/Demo6/interrupt.c index cc314b6a1..6c90c19a7 100644 --- a/Demo/PIC18_WizC/Demo6/interrupt.c +++ b/Demo/PIC18_WizC/Demo6/interrupt.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/Demo/PIC18_WizC/Demo6/main.c b/Demo/PIC18_WizC/Demo6/main.c index 6f7b02182..05f596671 100644 --- a/Demo/PIC18_WizC/Demo6/main.c +++ b/Demo/PIC18_WizC/Demo6/main.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/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h b/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h index 9e7bee3c2..c0d77651c 100644 --- a/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h +++ b/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.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/Demo/PIC18_WizC/Demo7/WIZCmake.h b/Demo/PIC18_WizC/Demo7/WIZCmake.h index b0f78ab9d..eb3695293 100644 --- a/Demo/PIC18_WizC/Demo7/WIZCmake.h +++ b/Demo/PIC18_WizC/Demo7/WIZCmake.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/Demo/PIC18_WizC/Demo7/fuses.c b/Demo/PIC18_WizC/Demo7/fuses.c index 8eab7124d..25f70633e 100644 --- a/Demo/PIC18_WizC/Demo7/fuses.c +++ b/Demo/PIC18_WizC/Demo7/fuses.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/Demo/PIC18_WizC/Demo7/interrupt.c b/Demo/PIC18_WizC/Demo7/interrupt.c index cc314b6a1..6c90c19a7 100644 --- a/Demo/PIC18_WizC/Demo7/interrupt.c +++ b/Demo/PIC18_WizC/Demo7/interrupt.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/Demo/PIC18_WizC/Demo7/main.c b/Demo/PIC18_WizC/Demo7/main.c index e793e563c..376f4ce23 100644 --- a/Demo/PIC18_WizC/Demo7/main.c +++ b/Demo/PIC18_WizC/Demo7/main.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/Demo/PIC18_WizC/ParTest/ParTest.c b/Demo/PIC18_WizC/ParTest/ParTest.c index 8201fbfec..b71efda62 100644 --- a/Demo/PIC18_WizC/ParTest/ParTest.c +++ b/Demo/PIC18_WizC/ParTest/ParTest.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/Demo/PIC18_WizC/serial/isrSerialRx.c b/Demo/PIC18_WizC/serial/isrSerialRx.c index a9940d281..4d0edf677 100644 --- a/Demo/PIC18_WizC/serial/isrSerialRx.c +++ b/Demo/PIC18_WizC/serial/isrSerialRx.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/Demo/PIC18_WizC/serial/isrSerialTx.c b/Demo/PIC18_WizC/serial/isrSerialTx.c index 24d7d59c6..c6c309d2d 100644 --- a/Demo/PIC18_WizC/serial/isrSerialTx.c +++ b/Demo/PIC18_WizC/serial/isrSerialTx.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/Demo/PIC18_WizC/serial/serial.c b/Demo/PIC18_WizC/serial/serial.c index e8c093864..9cba72901 100644 --- a/Demo/PIC18_WizC/serial/serial.c +++ b/Demo/PIC18_WizC/serial/serial.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/Demo/PIC24_MPLAB/FreeRTOSConfig.h b/Demo/PIC24_MPLAB/FreeRTOSConfig.h index d43aae8a8..c743fe266 100644 --- a/Demo/PIC24_MPLAB/FreeRTOSConfig.h +++ b/Demo/PIC24_MPLAB/FreeRTOSConfig.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/Demo/PIC24_MPLAB/ParTest/ParTest.c b/Demo/PIC24_MPLAB/ParTest/ParTest.c index 75afdafcd..c43ba62d7 100644 --- a/Demo/PIC24_MPLAB/ParTest/ParTest.c +++ b/Demo/PIC24_MPLAB/ParTest/ParTest.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/Demo/PIC24_MPLAB/lcd.c b/Demo/PIC24_MPLAB/lcd.c index dccfcaa92..89986193a 100644 --- a/Demo/PIC24_MPLAB/lcd.c +++ b/Demo/PIC24_MPLAB/lcd.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/Demo/PIC24_MPLAB/lcd.h b/Demo/PIC24_MPLAB/lcd.h index 48fa0593f..328927174 100644 --- a/Demo/PIC24_MPLAB/lcd.h +++ b/Demo/PIC24_MPLAB/lcd.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/Demo/PIC24_MPLAB/main.c b/Demo/PIC24_MPLAB/main.c index b204c7d08..0cc09ac77 100644 --- a/Demo/PIC24_MPLAB/main.c +++ b/Demo/PIC24_MPLAB/main.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/Demo/PIC24_MPLAB/serial/serial.c b/Demo/PIC24_MPLAB/serial/serial.c index 519379a5b..fa2889b9b 100644 --- a/Demo/PIC24_MPLAB/serial/serial.c +++ b/Demo/PIC24_MPLAB/serial/serial.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/Demo/PIC24_MPLAB/timertest.c b/Demo/PIC24_MPLAB/timertest.c index ab35c10cf..b6e72d364 100644 --- a/Demo/PIC24_MPLAB/timertest.c +++ b/Demo/PIC24_MPLAB/timertest.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/Demo/PIC24_MPLAB/timertest.h b/Demo/PIC24_MPLAB/timertest.h index 422a36e5c..f36b267bb 100644 --- a/Demo/PIC24_MPLAB/timertest.h +++ b/Demo/PIC24_MPLAB/timertest.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/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h index 196a782e6..b08de43fb 100644 --- a/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h +++ b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.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/Demo/PIC32MX_MPLAB/ParTest/ParTest.c b/Demo/PIC32MX_MPLAB/ParTest/ParTest.c index 961b587d6..00b2c9fd8 100644 --- a/Demo/PIC32MX_MPLAB/ParTest/ParTest.c +++ b/Demo/PIC32MX_MPLAB/ParTest/ParTest.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/Demo/PIC32MX_MPLAB/RegisterTestTasks.s b/Demo/PIC32MX_MPLAB/RegisterTestTasks.s index 9fc26ee01..7300d7e0a 100644 --- a/Demo/PIC32MX_MPLAB/RegisterTestTasks.s +++ b/Demo/PIC32MX_MPLAB/RegisterTestTasks.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/Demo/PIC32MX_MPLAB/lcd.c b/Demo/PIC32MX_MPLAB/lcd.c index 03f2cce40..e3674974b 100644 --- a/Demo/PIC32MX_MPLAB/lcd.c +++ b/Demo/PIC32MX_MPLAB/lcd.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/Demo/PIC32MX_MPLAB/lcd.h b/Demo/PIC32MX_MPLAB/lcd.h index 48fa0593f..328927174 100644 --- a/Demo/PIC32MX_MPLAB/lcd.h +++ b/Demo/PIC32MX_MPLAB/lcd.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/Demo/PIC32MX_MPLAB/main.c b/Demo/PIC32MX_MPLAB/main.c index 8ffd5eab8..d123947c2 100644 --- a/Demo/PIC32MX_MPLAB/main.c +++ b/Demo/PIC32MX_MPLAB/main.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/Demo/PIC32MX_MPLAB/serial/serial.c b/Demo/PIC32MX_MPLAB/serial/serial.c index 7d71fb265..449ab9afd 100644 --- a/Demo/PIC32MX_MPLAB/serial/serial.c +++ b/Demo/PIC32MX_MPLAB/serial/serial.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/Demo/PIC32MX_MPLAB/timertest.c b/Demo/PIC32MX_MPLAB/timertest.c index 50c51f7d3..f983f2363 100644 --- a/Demo/PIC32MX_MPLAB/timertest.c +++ b/Demo/PIC32MX_MPLAB/timertest.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/Demo/PIC32MX_MPLAB/timertest.h b/Demo/PIC32MX_MPLAB/timertest.h index 422a36e5c..f36b267bb 100644 --- a/Demo/PIC32MX_MPLAB/timertest.h +++ b/Demo/PIC32MX_MPLAB/timertest.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/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h index 9bea899c2..4996772cd 100644 --- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h +++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.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/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c index 647c3412b..7a6a4d952 100644 --- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c +++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.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/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c index 534c92f8d..2e3cee37b 100644 --- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c +++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.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/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c index 7da2f3cfd..5e90894c4 100644 --- a/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c +++ b/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.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/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h b/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h index 1fec38f26..0c0172a54 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h +++ b/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.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/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c index a6ec27765..87a9b75c8 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c +++ b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.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/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h index e56f82bbd..7d8ac4a00 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h +++ b/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.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/Demo/WizNET_DEMO_GCC_ARM7/TCP.c b/Demo/WizNET_DEMO_GCC_ARM7/TCP.c index 75b2866f2..af69a5849 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/TCP.c +++ b/Demo/WizNET_DEMO_GCC_ARM7/TCP.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/Demo/WizNET_DEMO_GCC_ARM7/TCP.h b/Demo/WizNET_DEMO_GCC_ARM7/TCP.h index 8abb70038..49a58aed5 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/TCP.h +++ b/Demo/WizNET_DEMO_GCC_ARM7/TCP.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/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c b/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c index 984955952..e0ce5a77c 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c +++ b/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.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/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h b/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h index 8160f001b..b91d552b5 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h +++ b/Demo/WizNET_DEMO_GCC_ARM7/html_pages.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/Demo/WizNET_DEMO_GCC_ARM7/i2c.c b/Demo/WizNET_DEMO_GCC_ARM7/i2c.c index cc9cac066..4f655427e 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/i2c.c +++ b/Demo/WizNET_DEMO_GCC_ARM7/i2c.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/Demo/WizNET_DEMO_GCC_ARM7/i2c.h b/Demo/WizNET_DEMO_GCC_ARM7/i2c.h index a00b05ac8..f24b0697a 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/i2c.h +++ b/Demo/WizNET_DEMO_GCC_ARM7/i2c.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/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c b/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c index 5015abd3f..45b94708e 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c +++ b/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.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/Demo/WizNET_DEMO_GCC_ARM7/main.c b/Demo/WizNET_DEMO_GCC_ARM7/main.c index af462f02b..57f444647 100644 --- a/Demo/WizNET_DEMO_GCC_ARM7/main.c +++ b/Demo/WizNET_DEMO_GCC_ARM7/main.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/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h b/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h index 48fff0c05..617293bb9 100644 --- a/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h +++ b/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.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/Demo/WizNET_DEMO_TERN_186/HTTPTask.c b/Demo/WizNET_DEMO_TERN_186/HTTPTask.c index 1e62b4a8f..8ebd49132 100644 --- a/Demo/WizNET_DEMO_TERN_186/HTTPTask.c +++ b/Demo/WizNET_DEMO_TERN_186/HTTPTask.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/Demo/WizNET_DEMO_TERN_186/HTTPTask.h b/Demo/WizNET_DEMO_TERN_186/HTTPTask.h index 03742677d..b064e7283 100644 --- a/Demo/WizNET_DEMO_TERN_186/HTTPTask.h +++ b/Demo/WizNET_DEMO_TERN_186/HTTPTask.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/Demo/WizNET_DEMO_TERN_186/main.c b/Demo/WizNET_DEMO_TERN_186/main.c index b52f75ad6..afe067c23 100644 --- a/Demo/WizNET_DEMO_TERN_186/main.c +++ b/Demo/WizNET_DEMO_TERN_186/main.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/Demo/WizNET_DEMO_TERN_186/serial/serial.c b/Demo/WizNET_DEMO_TERN_186/serial/serial.c index e056babf4..0494ec617 100644 --- a/Demo/WizNET_DEMO_TERN_186/serial/serial.c +++ b/Demo/WizNET_DEMO_TERN_186/serial/serial.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/Demo/dsPIC_MPLAB/FreeRTOSConfig.h b/Demo/dsPIC_MPLAB/FreeRTOSConfig.h index 6f54f2e48..84b380293 100644 --- a/Demo/dsPIC_MPLAB/FreeRTOSConfig.h +++ b/Demo/dsPIC_MPLAB/FreeRTOSConfig.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/Demo/dsPIC_MPLAB/ParTest/ParTest.c b/Demo/dsPIC_MPLAB/ParTest/ParTest.c index 659705472..8dab2c8a8 100644 --- a/Demo/dsPIC_MPLAB/ParTest/ParTest.c +++ b/Demo/dsPIC_MPLAB/ParTest/ParTest.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/Demo/dsPIC_MPLAB/lcd.c b/Demo/dsPIC_MPLAB/lcd.c index 571751e0b..424023584 100644 --- a/Demo/dsPIC_MPLAB/lcd.c +++ b/Demo/dsPIC_MPLAB/lcd.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/Demo/dsPIC_MPLAB/lcd.h b/Demo/dsPIC_MPLAB/lcd.h index 48fa0593f..328927174 100644 --- a/Demo/dsPIC_MPLAB/lcd.h +++ b/Demo/dsPIC_MPLAB/lcd.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/Demo/dsPIC_MPLAB/main.c b/Demo/dsPIC_MPLAB/main.c index b204c7d08..0cc09ac77 100644 --- a/Demo/dsPIC_MPLAB/main.c +++ b/Demo/dsPIC_MPLAB/main.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/Demo/dsPIC_MPLAB/serial/serial.c b/Demo/dsPIC_MPLAB/serial/serial.c index dd5b8f74f..6a0e6ace9 100644 --- a/Demo/dsPIC_MPLAB/serial/serial.c +++ b/Demo/dsPIC_MPLAB/serial/serial.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/Demo/dsPIC_MPLAB/timertest.c b/Demo/dsPIC_MPLAB/timertest.c index ab35c10cf..b6e72d364 100644 --- a/Demo/dsPIC_MPLAB/timertest.c +++ b/Demo/dsPIC_MPLAB/timertest.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/Demo/dsPIC_MPLAB/timertest.h b/Demo/dsPIC_MPLAB/timertest.h index 422a36e5c..f36b267bb 100644 --- a/Demo/dsPIC_MPLAB/timertest.h +++ b/Demo/dsPIC_MPLAB/timertest.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/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c index 781fc2850..75dbf79db 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c +++ b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.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/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h index 7824cfa5b..2bb3e4564 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h +++ b/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.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/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c index 6c021f65b..c92517c3c 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c +++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.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/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h index 4c55879af..c37f55a6d 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h +++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.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/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c index 58a1e2f19..ab9a19795 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c +++ b/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.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/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h index df5242286..2ae663dbb 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h +++ b/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.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/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c b/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c index 79020e4dd..326bd81c4 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c +++ b/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.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/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c index 060491c84..0b649c9e7 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c +++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.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/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h index b02936ac8..0cfb775e5 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h +++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.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/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h index 50e4c2838..d9ea91823 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h +++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.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/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h b/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h index 746f0cdb4..2c3a58c9e 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h +++ b/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.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/Demo/lwIP_Demo_Rowley_ARM7/main.c b/Demo/lwIP_Demo_Rowley_ARM7/main.c index a7fcfda91..0abdbd372 100644 --- a/Demo/lwIP_Demo_Rowley_ARM7/main.c +++ b/Demo/lwIP_Demo_Rowley_ARM7/main.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/Demo/lwIP_MCF5235_GCC/FreeRTOSConfig.h b/Demo/lwIP_MCF5235_GCC/FreeRTOSConfig.h index 716c271a5..969294275 100644 --- a/Demo/lwIP_MCF5235_GCC/FreeRTOSConfig.h +++ b/Demo/lwIP_MCF5235_GCC/FreeRTOSConfig.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/Demo/lwIP_MCF5235_GCC/demo.c b/Demo/lwIP_MCF5235_GCC/demo.c index 5b5eec8ca..177ccdeef 100644 --- a/Demo/lwIP_MCF5235_GCC/demo.c +++ b/Demo/lwIP_MCF5235_GCC/demo.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/Demo/lwIP_MCF5235_GCC/system/crt0.S b/Demo/lwIP_MCF5235_GCC/system/crt0.S index d62976276..d3412d0aa 100644 --- a/Demo/lwIP_MCF5235_GCC/system/crt0.S +++ b/Demo/lwIP_MCF5235_GCC/system/crt0.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/Demo/lwIP_MCF5235_GCC/system/init.c b/Demo/lwIP_MCF5235_GCC/system/init.c index 83c653234..2d811177d 100644 --- a/Demo/lwIP_MCF5235_GCC/system/init.c +++ b/Demo/lwIP_MCF5235_GCC/system/init.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/Demo/lwIP_MCF5235_GCC/system/newlib.c b/Demo/lwIP_MCF5235_GCC/system/newlib.c index 0a20ecd4d..4754eb832 100644 --- a/Demo/lwIP_MCF5235_GCC/system/newlib.c +++ b/Demo/lwIP_MCF5235_GCC/system/newlib.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/Demo/lwIP_MCF5235_GCC/system/serial.c b/Demo/lwIP_MCF5235_GCC/system/serial.c index 77f067dde..1c2e31e51 100644 --- a/Demo/lwIP_MCF5235_GCC/system/serial.c +++ b/Demo/lwIP_MCF5235_GCC/system/serial.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/Demo/lwIP_MCF5235_GCC/system/vector.S b/Demo/lwIP_MCF5235_GCC/system/vector.S index 39272fef7..ac2a63303 100644 --- a/Demo/lwIP_MCF5235_GCC/system/vector.S +++ b/Demo/lwIP_MCF5235_GCC/system/vector.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/Demo/lwIP_MCF5235_GCC/web.c b/Demo/lwIP_MCF5235_GCC/web.c index 18c65aece..3e29070d0 100644 --- a/Demo/lwIP_MCF5235_GCC/web.c +++ b/Demo/lwIP_MCF5235_GCC/web.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/Demo/lwIP_MCF5235_GCC/web.h b/Demo/lwIP_MCF5235_GCC/web.h index 2d48cb64b..f9d61801c 100644 --- a/Demo/lwIP_MCF5235_GCC/web.h +++ b/Demo/lwIP_MCF5235_GCC/web.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/Demo/msp430_CrossWorks/FreeRTOSConfig.h b/Demo/msp430_CrossWorks/FreeRTOSConfig.h index dd59e950a..0c3f6d547 100644 --- a/Demo/msp430_CrossWorks/FreeRTOSConfig.h +++ b/Demo/msp430_CrossWorks/FreeRTOSConfig.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/Demo/msp430_CrossWorks/ParTest/ParTest.c b/Demo/msp430_CrossWorks/ParTest/ParTest.c index a0254aee3..d86db7eca 100644 --- a/Demo/msp430_CrossWorks/ParTest/ParTest.c +++ b/Demo/msp430_CrossWorks/ParTest/ParTest.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/Demo/msp430_CrossWorks/main.c b/Demo/msp430_CrossWorks/main.c index dad56771e..fc6ae1aa8 100644 --- a/Demo/msp430_CrossWorks/main.c +++ b/Demo/msp430_CrossWorks/main.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/Demo/msp430_CrossWorks/serial/serial.c b/Demo/msp430_CrossWorks/serial/serial.c index 2b3099c20..cf345f33a 100644 --- a/Demo/msp430_CrossWorks/serial/serial.c +++ b/Demo/msp430_CrossWorks/serial/serial.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/Demo/msp430_GCC/FreeRTOSConfig.h b/Demo/msp430_GCC/FreeRTOSConfig.h index 03b92d736..a7489cbfa 100644 --- a/Demo/msp430_GCC/FreeRTOSConfig.h +++ b/Demo/msp430_GCC/FreeRTOSConfig.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/Demo/msp430_GCC/ParTest/ParTest.c b/Demo/msp430_GCC/ParTest/ParTest.c index 6944e141a..d891c57ce 100644 --- a/Demo/msp430_GCC/ParTest/ParTest.c +++ b/Demo/msp430_GCC/ParTest/ParTest.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/Demo/msp430_GCC/main.c b/Demo/msp430_GCC/main.c index 16f318489..593f9da96 100644 --- a/Demo/msp430_GCC/main.c +++ b/Demo/msp430_GCC/main.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/Demo/msp430_GCC/serial/serial.c b/Demo/msp430_GCC/serial/serial.c index 39bb5ffb4..c18c374cb 100644 --- a/Demo/msp430_GCC/serial/serial.c +++ b/Demo/msp430_GCC/serial/serial.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/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79 b/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79 index 75a3b6995..1e0ab077b 100644 --- a/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79 +++ b/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.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/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c b/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c index 1c8d66514..7f7c22846 100644 --- a/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c +++ b/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.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/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h b/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h index df966b239..3a83560ff 100644 --- a/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h +++ b/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.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/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c b/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c index 59b93d48b..a6ef4e50e 100644 --- a/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c +++ b/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.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/Demo/uIP_Demo_IAR_ARM7/main.c b/Demo/uIP_Demo_IAR_ARM7/main.c index 0d91cd76b..78f53655a 100644 --- a/Demo/uIP_Demo_IAR_ARM7/main.c +++ b/Demo/uIP_Demo_IAR_ARM7/main.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/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h index 50ca87a10..add00e616 100644 --- a/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h +++ b/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.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/Demo/uIP_Demo_Rowley_ARM7/main.c b/Demo/uIP_Demo_Rowley_ARM7/main.c index 7f77e8f2d..5d3a3f996 100644 --- a/Demo/uIP_Demo_Rowley_ARM7/main.c +++ b/Demo/uIP_Demo_Rowley_ARM7/main.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/croutine.c b/Source/croutine.c index a330e3291..da93da4e2 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 5ed517351..c04346124 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 e69d2bcd7..8cad64b4b 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 b6831a73e..5dd6cad15 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 b6ae1b9a9..926396acd 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 d8d859ae8..4c755bf8d 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 1ab63a6ab..9e299aae3 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 - *
unsigned portBASE_TYPE uxQueueMessagesWaiting( const xQueueHandle const xQueue );
+ *
unsigned portBASE_TYPE uxQueueMessagesWaiting( const xQueueHandle xQueue );
* * 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 0bd3f3fec..e53dda77f 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 f4ef7b36c..fa5f6adbf 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 e77f2f13a..3880a9322 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 99bbb82c9..6c9ac3e94 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 7d1aebb28..32bb3a477 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 ef8a033f5..58daec616 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 7b47451ec..7d7e21216 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 418fa9a45..d68ee0743 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 5edffe59a..8007d3949 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 adb7904e7..617640b45 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 dfa1f4a1a..b653a8fdf 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 ea0e230ca..b871fc2f6 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 cb40ef7dd..62ee54610 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 0a53eb5e1..afc13939a 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 f2e930e06..202d22c19 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 5a9af025a..ffe2c1b59 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 aff4a3a58..f4815e822 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 13a92420f..aed5bbc46 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 52646070a..3de4c16c6 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 aff4a3a58..f4815e822 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 d124dad92..cc3568fde 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 76badef85..b1a1efce8 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 98b551a6c..3a09ceaf1 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 e24efa6d8..6d45abea2 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 9906760f6..3b4032575 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 1c9269f2c..9840d9eb0 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 cb0e26b6e..8b1635784 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 2057f8e78..d2b5ef76a 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 0e0446ab0..212a0064e 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 c07c7e901..0393ea7ee 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 ff8ba2e08..320e22188 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 973d9287c..c02fbbd9c 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 c46503666..2159ef31d 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 382ec4bc9..36c53c44f 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 30943c2bb..c0f19c1df 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 0da4a3cf2..162c1a505 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 64901c434..3bea3da4d 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 a82854b2b..64b2c9e14 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 271fd443f..b7d5ed299 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 e374b1dba..b3defe1a9 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 da44d71cd..9ed9778b5 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 f5d1ab261..5059de372 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 eb52fe33c..65522b5b2 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 a61578177..f0f47a88c 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 f8490ffae..d2eaa2c6a 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 fd0cb2ee1..b3110a85c 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 e65c9f257..9641501cc 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 c0c52a365..9ba05b526 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 9caee5fd9..9d50ee4b9 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 d43932491..42ff2e6ad 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 3ee73ca41..8087067e5 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 8a9245b71..39901d9b1 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 51be1a843..709231eb0 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 5248b4567..3c1505aa3 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 334e94e9f..bb345601c 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 de9ba8898..406b979fd 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 d0c9a2f49..f93ff14ac 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 0574f61dc..bcd239115 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 9455fd7c3..cf283ff32 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 ef5d93143..98343b32e 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 e89579818..8b446254f 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 173a1cc7d..d084353fa 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 30ce017dd..671e35b5c 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 cc610fbfc..d1f6bd394 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 f897c68ec..47d13bd99 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 1e2051ad0..e715cf37d 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 c97ef8e3b..a569319cd 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 9073ae089..e1d962744 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 7435d05e6..290fb89a0 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 253bc9c43..d32b0ab6a 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 953818252..250c3e26c 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 67d080d2f..2af30fc86 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 a42136c88..75d2b995a 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 43a4524fa..15bfae18d 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 60bb5d2cc..3920546aa 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 d5bdeaba8..14c1f8e70 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 b6ccbcc65..fea118564 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 55287cd98..ba906a994 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 78304babc..3a9702f53 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 bfdefb630..7ebfbba01 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 87f9bcd2a..98a404d5a 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 9f6f06474..b82f2eaa4 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 6117f134c..7fc772a26 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 c6dcb30ea..e5a4f62b4 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 ca4eb3d24..9fa5996d4 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 a2ada2c3a..f6b0acce7 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 6117f134c..7fc772a26 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 fc92355f7..f8045e63e 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 cfd3a9fe4..280421f1f 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 4d2087ef7..30b2cdb93 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 8000480d9..ec6812a1f 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 68d049e55..e6dba61f9 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 2225fdbea..4dc6e5a56 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 b6b0de9e1..6efabe246 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 863398eeb..bfdcfb681 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 ee7bdb404..279debbee 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 948de3f15..555402f7d 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 60a0fa8ea..2a847ab0e 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 d2c79ae6b..ef8b95003 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 88eed7670..2501d0309 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 c9525b3d8..cedfb6395 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 af1fd1557..394a6b96c 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 de8c096bc..89900081d 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 1aa0db00b..8a96624bc 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 72414a68b..a043ddc58 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 5b9cf69e3..a591ea86c 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 bd8d82fdf..065004b4a 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.